Skip to content

Commit 4d40573

Browse files
committed
Fix typo in server variables schema for OAS 3.1.0
Fixes #197
1 parent 91f5cf2 commit 4d40573

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)