{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobResponse", "type": "object", "properties": { "jobId": { "type": "string" }, "created": { "type": "string" }, "modified": { "type": "string" }, "outputs": { "type": "array" }, "_links": { "type": "object" } } }