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