{
  "title": {
    "path": [
      "$.holds.issuer.name",
      "$.credentialSubject.holds.issuer.name"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "subtitle": {
    "path": [
      "$.holds.type",
      "$.credentialSubject.holds.type"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "summary_detail": {
    "path": [
      "$.holds.name",
      "$.credentialSubject.holds.name"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "description": {
    "text": "Open badge"
  },
  "logo": {
    "path": [
      "$.holds.image",
      "$.credentialSubject.holds.image"
    ],
    "schema": {
      "type": "string",
      "format": "uri"
    }
  },
  "properties": [
    {
      "label": "Badge name",
      "path": [
        "$.holds.name",
        "$.credentialSubject.holds.name"
      ],
      "schema": {
        "type": "string"
      },
      "fallback": "-"
    },
    {
      "label": "Badge Id",
      "path": [
        "$.holds.id",
        "$.credentialSubject.holds.id"
      ],
      "schema": {
        "type": "string"
      },
      "fallback": "-"
    },
    {
      "label": "Description",
      "path": [
        "$.holds.description",
        "$.credentialSubject.holds.description"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Criteria",
      "path": [
        "$.holds.criteria",
        "$.credentialSubject.holds.criteria"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Tags",
      "path": [
        "$.holds.tags",
        "$.credentialSubject.holds.tags"
      ],
      "schema": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    {
      "label": "",
      "path": [
        "$.holds.image",
        "$.credentialSubject.holds.image"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Alignment",
      "path": [
        "$.holds.alignment[0].targetName",
        "$.credentialSubject.holds.alignment[0].targetName"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Alignment URL",
      "path": [
        "$.holds.alignment[0].targetUrl",
        "$.credentialSubject.holds.alignment[0].targetUrl"
      ],
      "schema": {
        "type": "string",
        "format": "uri"
      }
    },
    {
      "label": "Alignment framework",
      "path": [
        "$.holds.alignment[0].targetFramework",
        "$.credentialSubject.holds.alignment[0].targetFramework"
      ],
      "schema": {
        "type": "string"
      }
    }
  ]
}