{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_ScimUser_name", "title": "property_ScimUser_name", "properties": { "familyName": { "type": "string" }, "formatted": { "type": "string" }, "givenName": { "type": "string" }, "honorificPrefix": { "type": "string" }, "honorificSuffix": { "type": "string" }, "middleName": { "type": "string" } }, "type": "object" }