Skip to content

Commit b884b19

Browse files
committed
Add note for object nested within array
1 parent 08e500f commit b884b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/dictionary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ Employee:
217217
```
218218
{% endtab %}
219219
{% endtabs %}
220-
> **Note:** This nesting behaves correctly because `first_name` is not defined as a top-level property in the schema
220+
> **Note:** This nesting behaves correctly because `first_name` is not defined as a top-level property in the schema.
221+
> It is also not necessary to specify all properties of the object within the array, any missing properties will be populated by Specmatic.
221222

222223
### Referencing Other Schemas
223224

0 commit comments

Comments
 (0)