mirror of
https://github.com/Redocly/redoc.git
synced 2026-02-02 21:25:48 +03:00
37 lines
823 B
JSON
37 lines
823 B
JSON
{
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success.",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/GetMuseumHoursResponse"
|
|
},
|
|
"examples": {
|
|
"default_example": {
|
|
"$ref": "#/components/examples/GetMuseumHoursResponseExample"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"404": {
|
|
"description": "Not Found.",
|
|
"content": {
|
|
"application/json": {
|
|
"application/problem+json": {
|
|
"$ref": "#/components/schemas/Error"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"pointer": "#/paths/~1museum-hours/get",
|
|
"pathName": "/museum-hours",
|
|
"httpVerb": "get",
|
|
"pathParameters": [],
|
|
"pathServers": [],
|
|
"isWebhook": false,
|
|
"isAdditionalOperation": false
|
|
}
|