{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ValidateTheUsersOrganizationResponse200", "title": "ValidateTheUsersOrganizationResponse200", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "roleAssignee": { "type": "string" }, "state": { "type": "string" }, "lastModified": { "type": "object", "properties": { "actor": { "type": "string" }, "impersonator": { "type": "string" }, "time": { "type": "integer" } } }, "role": { "type": "string" }, "created": { "type": "object", "properties": { "actor": { "type": "string" }, "impersonator": { "type": "string" }, "time": { "type": "integer" } } }, "organization": { "type": "string" } } } } } }