blob: b00b6a43f04f322148993907b7cef2aca2b85fe5 [file]
{
"responses": {
"200": {
"content": { "application/json": { "schema": { "type": "object" } } },
"description": "The OpenAPI spec"
},
"404": {
"content": {
"application/json": {
"schema": {
"properties": { "message": { "type": "string" } },
"type": "object"
},
"example": {
"message": "Not found: The requested resource does not exist"
}
}
},
"description": "Not found"
},
"500": {
"content": {
"application/json": {
"schema": {
"properties": { "message": { "type": "string" } },
"type": "object"
},
"example": {
"message": "Internal server error: An unexpected error occurred"
}
}
},
"description": "Fatal error"
}
}
}