We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e500f commit b884b19Copy full SHA for b884b19
documentation/dictionary.md
@@ -217,7 +217,8 @@ Employee:
217
```
218
{% endtab %}
219
{% endtabs %}
220
-> **Note:** This nesting behaves correctly because `first_name` is not defined as a top-level property in the schema
+> **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.
222
223
### Referencing Other Schemas
224
0 commit comments