Skip to content

Commit 6f60ea1

Browse files
authored
Merge pull request #3418 from karenetheridge/ether/v3.2.0-ref-object-extra-params
extra keywords in the reference object are permitted (v3.2.0)
2 parents ed07b93 + 807ab2b commit 6f60ea1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

schemas/v3.1/schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,7 @@
10371037
"description": {
10381038
"type": "string"
10391039
}
1040-
},
1041-
"unevaluatedProperties": false
1040+
}
10421041
},
10431042
"schema": {
10441043
"$dynamicAnchor": "meta",

schemas/v3.1/schema.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ $defs:
706706
type: string
707707
description:
708708
type: string
709-
unevaluatedProperties: false
710709

711710
schema:
712711
$dynamicAnchor: meta

0 commit comments

Comments
 (0)