{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/V2PermissionsListRolesResponseData", "title": "V2PermissionsListRolesResponseData", "type": "array", "maxItems": 1000, "description": "Array of roles with their assigned permissions.", "items": { "$ref": "#/components/schemas/Role" } }