diff options
Diffstat (limited to 'Bindings/example-schema.yaml')
| -rw-r--r-- | Bindings/example-schema.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bindings/example-schema.yaml b/Bindings/example-schema.yaml index dfcf4c27d44a..f4eec4c42fb3 100644 --- a/Bindings/example-schema.yaml +++ b/Bindings/example-schema.yaml @@ -176,6 +176,8 @@ properties: description: Child nodes are just another property from a json-schema perspective. type: object # DT nodes are json objects + # Child nodes also need additionalProperties or unevaluatedProperties + additionalProperties: false properties: vendor,a-child-node-property: description: Child node properties have all the same schema |
