Skip to content

Commit 9ab0815

Browse files
committed
Merge remote-tracking branch 'upstream/v3.2-dev' into 3.2-schema-coverage
2 parents f50e429 + 25fe305 commit 9ab0815

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/schemas/validation/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $defs:
2929
additionalProperties:
3030
type: string
3131
type: object
32+
defaultMapping:
33+
type: string
3234
propertyName:
3335
type: string
3436
required:

tests/schema/pass/mega.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ components:
5656
propertyName: type
5757
mapping:
5858
foo: Foo
59+
defaultMapping: Bar
5960
x-extension: true
6061
anyOf:
6162
- $ref: "#/components/schemas/Foo"

0 commit comments

Comments
 (0)