{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScimUser", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "integer" }, "userName": { "type": "string" }, "name": { "type": "object" }, "userType": { "type": "string" }, "active": { "type": "boolean" }, "authenticatedUserName": { "type": "string" }, "tenant": { "type": "string" }, "phoneNumbers": { "type": "array" }, "emails": { "type": "array" }, "photos": { "type": "array" }, "tenancies": { "type": "array" }, "groups": { "type": "array" }, "domainCode": { "type": "string" }, "isAdministrator": { "type": "boolean" } } }