Tags to help you manage your Workers
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_tags", "title": "workers_tags", "description": "Tags to help you manage your Workers", "items": { "$ref": "#/components/schemas/workers_tag" }, "type": "array" }