Skip to content

Commit 78b7a06

Browse files
committed
meta-schemas: Allow 'not' keyword
'not' is useful for deprecated properties which we want to always fail and throw a warning. Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 5f9b41a commit 78b7a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta-schemas/core.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ definitions:
6161
- minimum
6262
- maxItems
6363
- maximum
64+
- not
6465
- oneOf
6566
- pattern
6667
- patternProperties

0 commit comments

Comments
 (0)