1item: 2 type: object 3 required: 4 - title 5 properties: 6 id: 7 type: integer 8 format: uint64 9 readOnly: true 10 title: 11 type: string 12 minLength: 2 13 maxLength: 80 14 subitem: 15 $ref: "item.yaml#/item"
View as plain text