{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-input-data-config-schema.json",
"title": "InputDataConfig",
"type": "object",
"properties": {
"S3Uri": {
"allOf": [
{
"$ref": "#/components/schemas/S3Uri"
},
{
"description": "The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake. "
}
]
}
},
"description": " The input properties for an import job."
}