{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-input-data-config-schema.json", "name": "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." }