{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "jobOverrides", "type": "object", "description": "If this object is provided, the settings given here will override the default settings of the job for the job run (settings will only be used temporarily and no changes will be made to the default PRB job). Only certain objects can be used for certain job types.", "properties": { "combinations": { "type": "array", "description": "An array of date account combinations" }, "dates": { "type": "object", "description": "Used only for jobs where type is ADF. If using dates override, please provide both start date and end date." }, "runAsOfDate": { "type": "string", "description": "PUB" }, "runAsSerialNumber": { "type": "string", "description": "The FactSet serial number which has the credentials wanted to run the job" }, "tasks": { "type": "array", "description": "Used only for jobs where type is PA" } } }