IamRoleArn schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-iam-role-arn-schema.json", "title": "IamRoleArn", "description": "IamRoleArn schema", "type": "string", "pattern": "arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+", "minLength": 20, "maxLength": 2048 }