{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_cron-object", "title": "workers_cron-object", "properties": { "created_on": { "readOnly": true, "type": "string" }, "cron": { "example": "*/30 * * * *", "type": "string" }, "modified_on": { "readOnly": true, "type": "string" } }, "type": "object" }