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 00dbb5d commit 459e5bbCopy full SHA for 459e5bb
src/schemas/validation/meta.yaml
@@ -29,6 +29,8 @@ $defs:
29
additionalProperties:
30
type: string
31
type: object
32
+ defaultMapping:
33
+ type: object
34
propertyName:
35
36
required:
tests/schema/pass/mega.yaml
@@ -55,6 +55,9 @@ components:
55
propertyName: type
56
mapping:
57
foo: Foo
58
59
+ not:
60
+ required: ['type']
61
x-extension: true
62
anyOf:
63
- $ref: "#/components/schemas/Foo"
0 commit comments