From 7e371485165dc8dd0ba03feeabd664c82c4b320b Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 9 Apr 2026 17:09:39 +0300 Subject: [PATCH] Update pet schema to remove 'name' requirement Removed '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