{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserResource", "type": "object", "properties": { "schemas": { "type": "array" }, "id": { "type": "string" }, "externalId": { "type": "string" }, "userName": { "type": "string" }, "name": { "type": "object" }, "email": { "type": "string" }, "phoneNumbers": { "type": "array" }, "groups": { "type": "array" }, "urn:scim:schemas:extension:FactSet:Core:1.0:User": { "type": "object" }, "urn:scim:schemas:extension:FactSet:VRS:1.0:User": { "type": "object" }, "meta": { "type": "object" } } }