Skip to content

Commit 1f6ce67

Browse files
committed
Update explicit_server_in_path.json
1 parent 4634e8d commit 1f6ce67

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

test/data/valid_openapi/explicit_server_in_path.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,67 @@
451451
}
452452
}
453453
}
454+
},
455+
"/auth/schema#delete": {
456+
"delete": {
457+
"operationId": "put_schema",
458+
"summary": "Fragment url no servers",
459+
"description": "Authorize a user.",
460+
"tags": [
461+
"Authorization"
462+
],
463+
"security": [],
464+
"parameters": [
465+
{
466+
"name": "response_type",
467+
"description": "The type of response we'd like to receive.",
468+
"in": "query",
469+
"example": "code",
470+
"required": true,
471+
"schema": {
472+
"type": "string",
473+
"format": "token",
474+
"enum": [
475+
"code"
476+
]
477+
}
478+
},
479+
{
480+
"name": "client_id",
481+
"description": "The Client ID.",
482+
"in": "query",
483+
"example": "ly1nj6n11vionaie65emwzk575hnnmrk",
484+
"required": true,
485+
"schema": {
486+
"type": "string"
487+
}
488+
}
489+
],
490+
"responses": {
491+
"200": {
492+
"description": "Does not return any data, but rather should be used in the browser.",
493+
"content": {
494+
"text/html": {
495+
"schema": {
496+
"type": "string",
497+
"format": "html"
498+
}
499+
}
500+
}
501+
},
502+
"default": {
503+
"description": "Does not return any data, but rather should be used in the browser.",
504+
"content": {
505+
"text/html": {
506+
"schema": {
507+
"type": "string",
508+
"format": "html"
509+
}
510+
}
511+
}
512+
}
513+
}
514+
}
454515
}
455516
},
456517
"components": {

0 commit comments

Comments
 (0)