Skip to content

Commit 4dedcd3

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

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
@@ -1054,8 +1054,7 @@
10541054
"description": {
10551055
"type": "string"
10561056
}
1057-
},
1058-
"unevaluatedProperties": false
1057+
}
10591058
},
10601059
"schema": {
10611060
"$comment": "https://spec.openapis.org/oas/v3.1.0#schema-object",

schemas/v3.1/schema.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,6 @@ $defs:
732732
type: string
733733
description:
734734
type: string
735-
unevaluatedProperties: false
736735

737736
schema:
738737
$comment: https://spec.openapis.org/oas/v3.1.0#schema-object

0 commit comments

Comments
 (0)