Skip to content

Commit

Permalink
Merge pull request #3416 from karenetheridge/ether/v3.1-ref-object-ex…
Browse files Browse the repository at this point in the history
…tra-params

extra keywords in the reference object are permitted (v3.1.0)
  • Loading branch information
earth2marsh authored Dec 7, 2023
2 parents 1d92ea1 + 4dedcd3 commit 3892d57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions schemas/v3.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,7 @@
"description": {
"type": "string"
}
},
"unevaluatedProperties": false
}
},
"schema": {
"$comment": "https://spec.openapis.org/oas/v3.1.0#schema-object",
Expand Down
1 change: 0 additions & 1 deletion schemas/v3.1/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ $defs:
type: string
description:
type: string
unevaluatedProperties: false

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

0 comments on commit 3892d57

Please sign in to comment.