JobStatusResponse schema from Neptune
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/ml-job-status-response-schema.json", "title": "JobStatusResponse", "description": "JobStatusResponse schema from Neptune", "type": "object", "properties": { "status": { "type": "string", "description": "The current status of the job." }, "id": { "type": "string", "description": "The job identifier." }, "processingJob": { "type": "object", "properties": { "name": { "type": "string" }, "arn": { "type": "string" }, "status": { "type": "string" }, "outputLocation": { "type": "string" }, "failureReason": { "type": "string" }, "cloudwatchLogUrl": { "type": "string" } } } } }