redoc/src/components/ResponseSamples/__tests__/fixtures/operationDefinitionWithContent.json
2025-12-15 21:00:05 +02:00

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
}