Skip to content

Commit

Permalink
modified openapi.json: fastapi extended definition of ValididationError
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 19, 2022
1 parent de8379e commit de347a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion services/dynamic-sidecar/openapi.json
Expand Up @@ -954,7 +954,14 @@
"title": "Location",
"type": "array",
"items": {
"type": "string"
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"msg": {
Expand Down

0 comments on commit de347a6

Please sign in to comment.