Skip to content

Commit a03c036

Browse files
committed
NO ISSUE: Fix schema for Array models (#187)
1 parent a20945e commit a03c036

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/modules/fts-rest-nodes/pages/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3521,7 +3521,6 @@ The name of the property is the name of the Search index.
35213521

35223522
.Schema
35233523
String
3524-
35253524
array
35263525

35273526

templates/models.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ endif::collapse-models[]
102102

103103
{{#items}}
104104
.Schema
105-
{{>schemas}} array
105+
{{>schema}} array
106106
{{/items}}
107107
{{/isArray}}
108108
{{/composedSchemas}}

0 commit comments

Comments
 (0)