Skip to content

Commit 3892d57

Browse files
authored
Merge pull request #3416 from karenetheridge/ether/v3.1-ref-object-extra-params
extra keywords in the reference object are permitted (v3.1.0)
2 parents 1d92ea1 + 4dedcd3 commit 3892d57

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
@@ -1051,8 +1051,7 @@
10511051
"description": {
10521052
"type": "string"
10531053
}
1054-
},
1055-
"unevaluatedProperties": false
1054+
}
10561055
},
10571056
"schema": {
10581057
"$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
@@ -730,7 +730,6 @@ $defs:
730730
type: string
731731
description:
732732
type: string
733-
unevaluatedProperties: false
734733

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

0 commit comments

Comments
 (0)