Unified.to · Schema

property_ScimUser_name

IntegrationsUnified API

Properties

Name Type Description
familyName string
formatted string
givenName string
honorificPrefix string
honorificSuffix string
middleName string
View JSON Schema on GitHub

JSON Schema

unified-to-property-scimuser-name-schema.json Raw ↑
{
  "$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"
}