From b5ac5dc8674f62f5e5c448ca8747a4ed26403de9 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 11 Apr 2026 23:22:42 +0300 Subject: [PATCH] Make id optional, add breed field --- multi-file/schemas/pet.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multi-file/schemas/pet.yaml b/multi-file/schemas/pet.yaml index 48da816..af6b725 100644 --- a/multi-file/schemas/pet.yaml +++ b/multi-file/schemas/pet.yaml @@ -1,6 +1,5 @@ type: object required: - - id - name properties: id: @@ -12,3 +11,6 @@ properties: tag: type: string description: Optional tag for the pet + breed: + type: string + description: Breed of the pet