{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListServiceAccountsResponse", "title": "ListServiceAccountsResponse", "type": "object", "description": "Paginated list of service accounts.", "properties": { "service_accounts": { "type": "array", "description": "Array of service account objects.", "items": { "$ref": "#/components/schemas/ServiceAccount" } }, "pagination": { "$ref": "#/components/schemas/PaginationResponse" } } }