From 5426d7eb4b5bc89a9ced7cf0dfde42a1eb15541f Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 18 Apr 2026 17:27:03 +0300 Subject: [PATCH] Change petId type from integer to string --- multi-file/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-file/openapi.yaml b/multi-file/openapi.yaml index dedd603..e5e1adb 100644 --- a/multi-file/openapi.yaml +++ b/multi-file/openapi.yaml @@ -23,7 +23,7 @@ paths: in: path required: true schema: - type: integer + type: string responses: "200": description: A single pet