{
  "title": {
    "path": [
      "$.authorityName.localized.en",
      "$.credentialSubject.authorityName.localized.en"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "subtitle": {
    "path": [
      "$.name.localized.en",
      "$.credentialSubject.name.localized.en"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "summary_detail": {
    "path": [
      "$.date",
      "$.credentialSubject.date"
    ],
    "schema": {
      "type": "string"
    }
  },
  "description": {
    "text": "Assessment"
  },
  "properties": [
    {
      "label": "Description",
      "path": [
        "$.description.localized.en",
        "$.credentialSubject.description.localized.en"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Score",
      "path": [
        "$.absoluteScore",
        "$.credentialSubject.absoluteScore"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Score range",
      "path": [
        "$.scoreRange",
        "$.credentialSubject.scoreRange"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Pass or fail",
      "path": [
        "$.passFail",
        "$.credentialSubject.passFail"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Norm",
      "path": [
        "$.normName.localized.en",
        "$.credentialSubject.normName.localized.en"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Norm description",
      "path": [
        "$.normDescription.localized.en",
        "$.credentialSubject.normDescription.localized.en"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Norm size",
      "path": [
        "$.normSize",
        "$.credentialSubject.normSize"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Percentile score",
      "path": [
        "$.percentileScore",
        "$.credentialSubject.percentileScore"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Alignment",
      "path": [
        "$.alignment[0].targetName",
        "$.credentialSubject.alignment[0].targetName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Alignment URL",
      "path": [
        "$.alignment[0].targetUrl",
        "$.credentialSubject.alignment[0].targetUrl"
      ],
      "schema": {
        "type": "string",
        "format": "uri"
      }
    },
    {
      "label": "Alignment framework",
      "path": [
        "$.alignment[0].targetFramework",
        "$.credentialSubject.alignment[0].targetFramework"
      ],
      "schema": {
        "type": "string"
      }
    }
  ]
}