{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-describe-fhir-export-job-response-schema.json",
"title": "DescribeFHIRExportJobResponse",
"type": "object",
"required": [
"ExportJobProperties"
],
"properties": {
"ExportJobProperties": {
"allOf": [
{
"$ref": "#/components/schemas/ExportJobProperties"
},
{
"description": "Displays the properties of the export job, including the ID, Arn, Name, and the status of the job. "
}
]
}
}
}