{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-healthlake/main/json-schema/InputDataConfig.json", "title": "InputDataConfig", "description": "AWS HealthLake InputDataConfig", "type": "object", "properties": { "S3Uri": { "type": "string", "maxLength": 1024, "pattern": "s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?" } } }