Skip to content

Commit 2b852f1

Browse files
demo: breaking change — remove id from required, add breed
1 parent 9c8b022 commit 2b852f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

multi-file/schemas/pet.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type: object
22
required:
3-
- id
43
- name
54
properties:
65
id:
@@ -12,3 +11,6 @@ properties:
1211
tag:
1312
type: string
1413
description: Optional tag for the pet
14+
breed:
15+
type: string
16+
description: Breed of the pet

0 commit comments

Comments
 (0)