-
Notifications
You must be signed in to change notification settings - Fork 7
Support the additionalProperties? facet #92
Copy link
Copy link
Open
Labels
Milestone
Description
rigolepe
opened on Oct 8, 2016
Issue body actions
- A Boolean that indicates if an object instance has additional properties.
- default: true !
- no properties given means any property allowed
- regex restrictions on additional properties are possible
- If a pattern property regular expression also matches an explicitly declared property, the explicitly declared property definition prevails. If two or more pattern property regular expressions match a property name in an instance of the data type, the first one prevails.
- support //: to restrict all additional properties
Reactions are currently unavailable