{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_script-settings-item", "title": "workers_script-settings-item", "properties": { "logpush": { "$ref": "#/components/schemas/workers_logpush" }, "tail_consumers": { "$ref": "#/components/schemas/workers_tail_consumers" } }, "type": "object" }