{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Tags", "title": "Tags", "type": "array", "items": { "$ref": "#/components/schemas/Tag" }, "minItems": 1, "maxItems": 200 }