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.
2 parents 22e5582 + 3a78835 commit 25fe305Copy full SHA for 25fe305
src/schemas/validation/meta.yaml
@@ -29,6 +29,8 @@ $defs:
29
additionalProperties:
30
type: string
31
type: object
32
+ defaultMapping:
33
+ type: string
34
propertyName:
35
36
required:
tests/schema/pass/mega.yaml
@@ -55,6 +55,7 @@ components:
55
propertyName: type
56
mapping:
57
foo: Foo
58
+ defaultMapping: Bar
59
x-extension: true
60
anyOf:
61
- $ref: "#/components/schemas/Foo"
0 commit comments