|
@ -54,7 +54,7 @@ openapi_schema = { |
|
|
"loc": { |
|
|
"loc": { |
|
|
"title": "Location", |
|
|
"title": "Location", |
|
|
"type": "array", |
|
|
"type": "array", |
|
|
"items": {"type": "string"}, |
|
|
"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
@ -138,7 +138,7 @@ openapi_schema2 = { |
|
|
"loc": { |
|
|
"loc": { |
|
|
"title": "Location", |
|
|
"title": "Location", |
|
|
"type": "array", |
|
|
"type": "array", |
|
|
"items": {"type": "string"}, |
|
|
"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|