workers_namespace

APIs.ioEngineeringPlatform

Properties

Name Type Description
class string
id string
name string
script string
use_sqlite boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_namespace",
  "title": "workers_namespace",
  "properties": {
    "class": {
      "type": "string"
    },
    "id": {
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "script": {
      "type": "string"
    },
    "use_sqlite": {
      "type": "boolean"
    }
  },
  "type": "object"
}