A list of user attribute definitions.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttributeList", "title": "AttributeList", "type": "object", "description": "A list of user attribute definitions.", "properties": { "data": { "type": "array", "description": "Array of attribute objects.", "items": { "$ref": "#/components/schemas/Attribute" } } } }