{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/analytics-api-user-list-structure.json", "name": "UserList", "description": "UserList schema", "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int32" }, "loginId": { "type": "string" }, "email": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "admin": { "type": "boolean" } } } }, "totalElements": { "type": "int32" }, "totalPages": { "type": "int32" } } }