{
  "title": {
    "path": [
      "$.legalEmployer.name",
      "$.credentialSubject.legalEmployer.name"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "subtitle": {
    "path": [
      "$.role",
      "$.credentialSubject.role"
    ],
    "schema": {
      "type": "string"
    },
    "fallback": "-"
  },
  "summary_detail": {
    "path": [
      "$.startDate",
      "$.credentialSubject.startDate"
    ],
    "schema": {
      "type": "string",
      "format": "date"
    },
    "fallback": "-"
  },
  "description": {
    "text": "Current employment position"
  },
  "logo": {
    "path": [
      "$.legalEmployer.image",
      "$.credentialSubject.legalEmployer.image"
    ],
    "schema": {
      "type": "string",
      "format": "uri"
    }
  },
  "properties": [
    {
      "label": "Role description",
      "path": [
        "$.description",
        "$.credentialSubject.description"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Start date",
      "path": [
        "$.startDate",
        "$.credentialSubject.startDate"
      ],
      "schema": {
        "type": "string",
        "format": "date"
      }
    },
    {
      "label": "Place of work",
      "path": [
        "$.place.addressLocality",
        "$.credentialSubject.place.addressLocality"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "State or region of work",
      "path": [
        "$.place.addressRegion",
        "$.credentialSubject.place.addressRegion"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Country of work",
      "path": [
        "$.place.addressCountry",
        "$.credentialSubject.place.addressCountry"
      ],
      "schema": {
        "type": "string"
      }
    },
    {
      "label": "Employment type",
      "path": [
        "$.employmentType[*]",
        "$.credentialSubject.employmentType[*]"
      ],
      "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"
      }
    }
  ]
}