Skip to content

Commit 807ab2b

Browse files
extra keywords in the reference object are permitted
see https://spec.openapis.org/oas/v3.1.0#fixed-fields-18
1 parent b17620b commit 807ab2b

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)