chore: add x-tags to demo definition

This commit is contained in:
Alex Varchuk 2023-07-19 12:39:25 +03:00
parent 2e55017136
commit 01c294fedd
No known key found for this signature in database
GPG Key ID: 8A9260AE529FF454

View File

@ -910,6 +910,7 @@ components:
message: message:
type: string type: string
Cat: Cat:
'x-tags': ['pet']
description: A representation of a cat description: A representation of a cat
allOf: allOf:
- $ref: '#/components/schemas/Pet' - $ref: '#/components/schemas/Pet'