Skip to content

Commit 4b0efd6

Browse files
committed
Update spec fixture to test #635
1 parent 30d34c9 commit 4b0efd6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/support/encoded_schema.json

+10
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,16 @@
403403
"x-custom-info": {
404404
"codeowners": "team-rocker"
405405
},
406+
"servers": [
407+
{
408+
"description": "production",
409+
"url": "https://example.com/examples"
410+
},
411+
{
412+
"description": "staging",
413+
"url": "https://staging.example.com/examples"
414+
}
415+
],
406416
"operationId": "example-post-test",
407417
"callbacks": {
408418
"operationCallback": {

0 commit comments

Comments
 (0)