{ "$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" }