{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchJobInstance", "type": "object", "properties": { "jobInstanceId": { "type": "integer" }, "jobName": { "type": "string" }, "appName": { "type": "string" }, "submitter": { "type": "string" }, "batchStatus": { "type": "string" }, "createTime": { "type": "string" }, "lastUpdatedTime": { "type": "string" }, "jobParameters": { "type": "object" }, "_links": { "type": "array" } } }