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