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