{
  "title": {
    "path": [
      "$.hasCredential.issuer.name",
      "$.hasCredential.issuer.id",
      "$.hasCredential.issuer",
      "$.credentialSubject.hasCredential.issuer.name",
      "$.credentialSubject.hasCredential.issuer.id",
      "$.credentialSubject.hasCredential.issuer"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "subtitle": {
    "text": "Badge"
  },
  "summary_detail": {
    "path": [
      "$.hasCredential.name",
      "$.credentialSubject.hasCredential.name"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "description": {
    "text": "Badge"
  },
  "logo": {
    "path": [
      "$.hasCredential.image",
      "$.credentialSubject.hasCredential.image"
    ],
    "schema": {
      "type": "string",
      "format": "uri"
    }
  },
  "properties": [
    {
      "label": "Badge name",
      "path": [
        "$.hasCredential.name",
        "$.credentialSubject.hasCredential.name"
      ],
      "schema": {
        "type": "string"
      },
      "fallback": "-"
    },
    {
      "label": "",
      "path": [
        "$.hasCredential.image",
        "$.credentialSubject.hasCredential.image"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Badge description",
      "path": [
        "$.hasCredential.description",
        "$.credentialSubject.hasCredential.description"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Type",
      "path": [
        "$.hasCredential.type",
        "$.credentialSubject.hasCredential.type"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Criteria for obtaining the credential",
      "path": [
        "$.hasCredential.criteria",
        "$.credentialSubject.hasCredential.criteria"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Tags",
      "path": [
        "$.hasCredential.tags",
        "$.credentialSubject.hasCredential.tags"
      ],
      "schema": {
        "type": "array",
        "minItems": 1,
        "items": {
          "type": "string"
        }
      }
    },
    {
      "label": "First name",
      "path": [
        "$.recipient.givenName",
        "$.credentialSubject.recipient.givenName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Middle name",
      "path": [
        "$.recipient.middleName",
        "$.credentialSubject.recipient.middleName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Last name",
      "path": [
        "$.recipient.familyName",
        "$.credentialSubject.recipient.familyName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Name prefix",
      "path": [
        "$.recipient.namePrefix",
        "$.credentialSubject.recipient.namePrefix"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Name suffix",
      "path": [
        "$.recipient.nameSuffix",
        "$.credentialSubject.recipient.nameSuffix"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Learn more about the credential",
      "path": [
        "$.hasCredential.alignment[0].targetUrl",
        "$.credentialSubject.hasCredential.alignment[0].targetUrl"
      ],
      "schema": {
        "type": "string",
        "format": "uri"
      }
    }
  ]
}