workers_tags

Tags to help you manage your Workers

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-tags-schema.json Raw ↑
{
  "$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"
}