{
  "title": {
    "text": "Multi-license"
  },
  "subtitle": {
    "path": [
      "$.personName.familyName",
      "$.credentialSubject.personName.familyName"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "--"
  },
  "summary_detail": {
    "path": [
      "$.Id",
      "$.credentialSubject.Id"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "--"
  },
  "description": {
    "text": "Multi-license"
  },
  "properties": [
    {
      "label": "Given Name",
      "path": [
        "$.personName.givenName",
        "$.credentialSubject.personName.givenName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Middle Name",
      "path": [
        "$.personName.middleName",
        "$.credentialSubject.personName.middleName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Family Name",
      "path": [
        "$.personName.familyName",
        "$.credentialSubject.personName.familyName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "ID",
      "path": [
        "$.Id",
        "$.credentialSubject.Id"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Messages",
      "path": [
        "$.messages[*]",
        "$.credentialSubject.messages[*]"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "License Type",
      "path": [
        "$.License[*].LicenseType",
        "$.credentialSubject.License[*].LicenseType"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "State",
      "path": [
        "$.License[*].JurisdictionAbbreviation",
        "$.credentialSubject.License[*].JurisdictionAbbreviation"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "License Status",
      "path": [
        "$.License[*].LicenseStatus",
        "$.credentialSubject.License[*].LicenseStatus"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Issuance Date",
      "path": [
        "$.License[*].LicenseOriginalIssueDate",
        "$.credentialSubject.License[*].LicenseOriginalIssueDate"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Expiration Date",
      "path": [
        "$.License[*].LicenseExpirationDate",
        "$.credentialSubject.License[*].LicenseExpirationDate"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Authorizations to practice",
      "path": [
        "$.AuthorizationToPractice[*].StateAbbreviation",
        "$.credentialSubject.AuthorizationToPractice[*].StateAbbreviation"
      ],
      "schema": {
        "type": "string"
      }
    }
  ]
}