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 f50e429 + 25fe305 commit 9ab0815Copy full SHA for 9ab0815
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
@@ -56,6 +56,7 @@ components:
56
propertyName: type
57
mapping:
58
foo: Foo
59
+ defaultMapping: Bar
60
x-extension: true
61
anyOf:
62
- $ref: "#/components/schemas/Foo"
0 commit comments