From 4db7b1a72b37439103a79fd6078827a0a21f698b Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 9 Apr 2026 17:06:15 +0300 Subject: [PATCH] Remove 'name' from required properties in pet schema --- multi-file/schemas/pet.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/multi-file/schemas/pet.yaml b/multi-file/schemas/pet.yaml index 48da816..155f357 100644 --- a/multi-file/schemas/pet.yaml +++ b/multi-file/schemas/pet.yaml @@ -1,7 +1,6 @@ type: object required: - id - - name properties: id: type: integer