{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "jobDetailsResponse", "type": "object", "description": "Provides the requested details for the specified job and if no attributes are provided, full details will be given", "properties": { "data": { "type": "object", "description": "The main object in the jobDetailsResponse schema" } } }