From 2b852f1cc457f767391e783d750975bdbea29f83 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Mon, 6 Apr 2026 23:58:33 +0300 Subject: [PATCH] =?UTF-8?q?demo:=20breaking=20change=20=E2=80=94=20remove?= =?UTF-8?q?=20id=20from=20required,=20add=20breed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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