Skip to main content
Version: Next

ClaimDescription

path object[]required
  • Array [
  • oneOf
    string
  • ]
  • mandatoryboolean
    Example: true
    display object[]
  • Array [
  • namestring
    Example: Display Name
    localestring
    Example: en-US
  • ]
  • ClaimDescription
    {
    "path": [
    "name",
    null
    ],
    "mandatory": true,
    "display": [
    {
    "name": "Full Name",
    "locale": "en-US"
    }
    ]
    }