{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "KalturaSchedulerConfig", "description": "JSON Schema for KalturaSchedulerConfig from Kaltura VPaaS API", "properties": { "commandId": { "description": "Id of the control panel command that created this config item", "type": "string" }, "commandStatus": { "description": "The status of the control panel command", "type": "string" }, "createdBy": { "description": "Creator name", "type": "string" }, "id": { "description": "`readOnly`\n\nThe id of the Category", "readOnly": true, "type": "integer" }, "schedulerConfiguredId": { "description": "The configured id of the scheduler", "type": "integer" }, "schedulerId": { "description": "The id of the scheduler", "type": "integer" }, "schedulerName": { "description": "The name of the scheduler", "type": "string" }, "updatedBy": { "description": "Updater name", "type": "string" }, "value": { "description": "The value of the variable", "type": "string" }, "variable": { "description": "The name of the variable", "type": "string" }, "variablePart": { "description": "The part of the variable", "type": "string" }, "workerConfiguredId": { "description": "The configured id of the job worker", "type": "integer" }, "workerId": { "description": "The id of the job worker", "type": "integer" }, "workerName": { "description": "The name of the job worker", "type": "string" } }, "type": "object" }