From f8a8469c1fe24ee07a478b5f53d2148a49807865 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 18 Apr 2026 16:55:13 +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