{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "startJob", "type": "object", "description": "Details required to start a job", "properties": { "jobName": { "type": "string", "description": "The name of the PRB job" } } }