{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-access-control-attribute-value-source-list-schema.json", "title": "AccessControlAttributeValueSourceList", "description": "AccessControlAttributeValueSourceList schema from AWS IAM Identity Center", "type": "array", "items": { "type": "string", "pattern": "[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@\\[\\]\\{\\}\\$\\\\\"]*", "minLength": 0, "maxLength": 256 } }