Skip to content

Commit

Permalink
meta-schemas: Allow 'not' keyword
Browse files Browse the repository at this point in the history
'not' is useful for deprecated properties which we want to always fail
and throw a warning.

Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Nov 29, 2018
1 parent 5f9b41a commit 78b7a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-schemas/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ definitions:
- minimum
- maxItems
- maximum
- not
- oneOf
- pattern
- patternProperties
Expand Down

0 comments on commit 78b7a06

Please sign in to comment.