{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-describe-fhir-import-job-response-schema.json", "name": "DescribeFHIRImportJobResponse", "type": "object", "required": [ "ImportJobProperties" ], "properties": { "ImportJobProperties": { "allOf": [ { "$ref": "#/components/schemas/ImportJobProperties" }, { "description": "The properties of the Import job request, including the ID, ARN, name, and the status of the job." } ] } } }