workers_routes

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
pattern object
script object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-routes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_routes",
  "title": "workers_routes",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/workers_identifier"
    },
    "pattern": {
      "$ref": "#/components/schemas/workers_pattern"
    },
    "script": {
      "$ref": "#/components/schemas/workers_script_name"
    }
  },
  "required": [
    "id",
    "pattern",
    "script"
  ],
  "type": "object"
}