{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "jobOverrides", "type": "object", "properties": { "combinations": { "type": "array" }, "dates": { "type": "object" }, "runAsOfDate": { "type": "string" }, "runAsSerialNumber": { "type": "string" }, "tasks": { "type": "array" } } }