From de347a6ef9abddf2c7aab8d957a11f23a9cb5241 Mon Sep 17 00:00:00 2001 From: Pedro Crespo <32402063+pcrespov@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:57:16 +0200 Subject: [PATCH] modified openapi.json: fastapi extended definition of ValididationError --- services/dynamic-sidecar/openapi.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/services/dynamic-sidecar/openapi.json b/services/dynamic-sidecar/openapi.json index 186bc42f10b..49a5d37e677 100644 --- a/services/dynamic-sidecar/openapi.json +++ b/services/dynamic-sidecar/openapi.json @@ -954,7 +954,14 @@ "title": "Location", "type": "array", "items": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] } }, "msg": {