Skip to content

Commit 93fe60e

Browse files
authored
Merge pull request #198 from samdbmg/fix/server-variables-description-typo
Fix typo in server variables schema for OpenAPI 3.1.0
2 parents dc30e7b + 4d40573 commit 93fe60e

File tree

1 file changed

+1
-1
lines changed
  • openapi_spec_validator/resources/schemas/v3.1

1 file changed

+1
-1
lines changed

openapi_spec_validator/resources/schemas/v3.1/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"default": {
190190
"type": "string"
191191
},
192-
"descriptions": {
192+
"description": {
193193
"type": "string"
194194
}
195195
},

0 commit comments

Comments
 (0)