From 887854c54806e322d68fa96c950d76b11e5ab407 Mon Sep 17 00:00:00 2001 From: wirthual Date: Sat, 25 May 2024 18:28:44 +0200 Subject: [PATCH] change zip from int to string --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 428d7b1..b3cf368 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -33,7 +33,7 @@ paths: city: type: string zip: - type: integer + type: string phone: type: string mail: @@ -462,4 +462,4 @@ paths: content: text/html: schema: - type: string \ No newline at end of file + type: string