{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateScimUserJSONRequest", "type": "object", "properties": { "userName": { "type": "string" }, "password": { "type": "string" }, "name": { "type": "object" }, "preferredLanguage": { "type": "string" }, "active": { "type": "boolean" }, "authenticatedUserName": { "type": "string" }, "tenant": { "type": "string" }, "phoneNumbers": { "type": "array" }, "emails": { "type": "array" }, "photos": { "type": "array" }, "tenancies": { "type": "array" } } }