{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_roles", "title": "iam_roles", "description": "List of role names for the user at the account.", "items": { "example": "Account Administrator", "maxLength": 120, "type": "string" }, "readOnly": true, "type": "array" }