{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-start-fhir-import-job-response-schema.json", "title": "StartFHIRImportJobResponse", "type": "object", "required": [ "JobId", "JobStatus" ], "properties": { "JobId": { "allOf": [ { "$ref": "#/components/schemas/JobId" }, { "description": "The AWS-generated job ID." } ] }, "JobStatus": { "allOf": [ { "$ref": "#/components/schemas/JobStatus" }, { "description": "The status of an import job." } ] }, "DatastoreId": { "allOf": [ { "$ref": "#/components/schemas/DatastoreId" }, { "description": "The AWS-generated data store ID." } ] } } }