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