From 4f22d9520e474d6669268266a0a10d8be92aa41a Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 29 Mar 2024 09:29:39 -0400 Subject: [PATCH] Add minItems to schema in example spec --- specifications/petstore.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/specifications/petstore.yaml b/specifications/petstore.yaml index c896cf7..e0b35c3 100644 --- a/specifications/petstore.yaml +++ b/specifications/petstore.yaml @@ -673,6 +673,7 @@ components: type: array items: "$ref": "#/components/schemas/User" + minItems: 1 description: List of user object required: true securitySchemes: