{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-iam-role-arn-schema.json", "name": "IamRoleArn", "type": "string", "pattern": "arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+", "minLength": 20, "maxLength": 2048 }