{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "idStatus", "type": "object", "description": "Details about the instance of the job run specified via id wrapped in a data object", "properties": { "data": { "type": "object", "description": "Details about the instance of the job run specified via id" } } }