{ "$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-instance-access-control-attribute-configuration-schema.json", "title": "InstanceAccessControlAttributeConfiguration", "description": "Specifies the attributes to add to your attribute-based access control (ABAC) configuration.", "type": "object", "properties": { "AccessControlAttributes": { "allOf": [ { "$ref": "#/components/schemas/AccessControlAttributeList" }, { "description": "Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance." } ] } }, "required": [ "AccessControlAttributes" ] }