{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "startJobRunResponse", "type": "object", "description": "Gives details about the run which was requested wrapped in a data object", "properties": { "data": { "type": "object", "description": "The main object within the startJobRunResponse schema" } } }