{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_cron-trigger-response-collection", "title": "workers_cron-trigger-response-collection", "allOf": [ { "$ref": "#/components/schemas/workers_api-response-common" }, { "properties": { "result": { "properties": { "schedules": { "items": { "$ref": "#/components/schemas/workers_cron-object" }, "type": "array" } }, "type": "object" } } } ] }