workers_route-no-id

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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