{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagsRequest", "title": "TagsRequest", "type": "object", "properties": { "tags": { "type": "array", "items": { "$ref": "#/components/schemas/TagsObj" }, "description": "An array of tags." } } }