From 1a68f26d9ff754459f4bcd55a7410f1793a218f8 Mon Sep 17 00:00:00 2001 From: Marc L Date: Thu, 7 Nov 2024 12:53:37 -0600 Subject: [PATCH] Add example for multiple types --- demo/examples/petstore-1.0.0.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/demo/examples/petstore-1.0.0.yaml b/demo/examples/petstore-1.0.0.yaml index 7fde9ea1d..3c5e1c0d2 100644 --- a/demo/examples/petstore-1.0.0.yaml +++ b/demo/examples/petstore-1.0.0.yaml @@ -242,10 +242,14 @@ paths: properties: name: description: Updated name of the pet - type: string + type: + - string + - "null" status: description: Updated status of the pet - type: string + type: + - string + - "null" delete: tags: - pet