{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
    "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/contexts/educredential.json"
  ],
  "id": "http://example.com/credentials/crd-A1B2C3",
  "type": [
    "VerifiableCredential",
    "OpenBadgeCredential"
  ],
  "issuer": {
    "id": "https://example.com/issuers/iss-9Z8Y7X",
    "type": [
      "Profile"
    ],
    "name": "Universiteit van Harderwijk",
    "otherIdentifier": [
      {
        "type": "IdentifierEntry",
        "identifier": "UN1VH",
        "identifierType": "ext:BRIN"
      },
      {
        "type": "IdentifierEntry",
        "identifier": "uvh.example.com",
        "identifierType": "name"
      }
    ],
    "image": {
      "id": "https://raw.githubusercontent.com/hamrt/credential-converter/refs/heads/image/test/university_of_harderwijk_75x100.jpg",
      "type": "Image",
      "caption": "University of Harderwijk logo"
    },
    "address": {
      "type": [
        "Address"
      ],
      "addressCountry": "NDL",
      "addressCountryCode": "NL",
      "addressRegion": "UT",
      "addressLocality": "Harderwijk",
      "streetAddress": "123 First St",
      "postOfficeBoxNumber": "1",
      "postalCode": "12345",
      "geo": {
        "type": "GeoCoordinates",
        "latitude": 1,
        "longitude": 1
      }
    }
  },
  "validFrom": "2024-08-30T00:00:00Z",
  "validUntil": "2029-08-30T00:00:00Z",
  "credentialSubject": {
    "id": "https://example.com/students/stu-7Z6X5W",
    "type": [
      "AchievementSubject"
    ],
    "identifier": [
      {
        "type": "IdentityObject",
        "identityHash": "student@1edtech.edu",
        "identityType": "emailAddress",
        "hashed": false,
        "salt": "not-used"
      }
    ],
    "achievement": {
      "id": "https://example.com/achievements/ach-876543",
      "type": [
        "Achievement",
        "EducredentialAchievement"
      ],
      "criteria": {
        "narrative": "De student heeft de eerste stap van transmutatie afgerond, waarbij katten zonder blijvende schade worden omgezet in keukenapparatuur."
      },
      "description": "De student heeft met succes de eerste stap in transmutatie afgerond, waarbij katten zonder blijvende schade worden omgezet in keukenapparatuur.",
      "name": "Microcredential Basisomzetting Kat naar Koffiezetapparaat",
      "image": {
        "id": "https://raw.githubusercontent.com/hamrt/credential-converter/refs/heads/image/test/edubadges_100x100.png",
        "type": "Image"
      },
      "inLanguage": "nl-NL",
      "educationProgramIdentifier": 20121350,
      "ECTS": 3.0,
      "creditsAvailable": 3,

      "alignment": [
        {
          "type": [
            "Alignment"
          ],
          "targetType": "ext:QualityAssurance",
            "targetName": "W Practische toepassing van animale transmutatie",
            "targetDescription": "Accreditatie van de opleiding door de Wijze Raad van de Magiërs",
            "targetCode": "AV-7381",
            "targetUrl": "https://data.example.com/decisions/AV-7381"
        },
        {
          "type": [
            "Alignment"
          ],
          "targetType": "ext:EQF",
          "targetName": "EQF level 4",
          "targetCode": "4",
          "targetUrl": "https://content.example.com/description-eqf-levels"
        },
        {
          "type": [
            "Alignment",
            "LearningOutcome"
          ],
          "targetName": "Monetizing with data and software",
          "targetUrl": "http://myinstitute.eu/LearningOutcome-1",
          "targetCode": "LO1",
          "targetDescription": "- Student understands the basic principles of data and software business, and the special characteristics of software industry\n- He/she can critically analyse how it is possible to monetize with data and software\n- He/she can analyze the feasibility of software business models. Student can apply theoretical knowledge and understanding of the data and software business characteristics to collaboratively create a solid lean canvas model for a software start-up.\n",
          "relations": [
            {
              "type": [
                "Alignment",
                "FrameworkAlignment"
              ],
              "targetName": "think creatively",
              "targetUrl": "http://data.europa.eu/esco/skill/d207a30b-2f80-4138-9b77-f88d549b8768",
              "targetFramework": "ESCO",
              "targetType": "ext:ESCO",
              "frameworkUrl": "http://data.europa.eu/esco/concept-scheme/skills"
            },
            {
              "type": [
                "Alignment",
                "FrameworkAlignment"
              ],
              "targetName": "5.4 Identifying digital competence gaps",
              "targetUrl": "https://publications.europa.eu/resource/authority/snb/dcf/860966ekgo",
              "targetFramework": "DigiComp",
              "targetType": "ext:DigiComp",
              "frameworkUrl": "https://publications.europa.eu/resource/authority/snb/dcf/25831c2"
            }
          ]
        }


      ],


      "participationType": "onsite or blended",
      "assessmentType": "testing",
      "learningSetting": "formal",
      "identityChecked": true,
      "supervisionType": "onsite with identity verification",
      "resultDescription": [
        {
          "id": "https://example.com/results/ects-nl-NL-A1B2C3",
          "type": [
            "ResultDescription"
          ],
          "valueMax": "10",
          "valueMin": "1",
          "name": "Final Project Grade",
          "requiredValue": "6",
          "resultType": "ext:ECTSGradeScore"
        }
      ]
    },
    "result": [
      {
        "type": [
          "Result"
        ],
        "resultDescription": "https://example.com/results/ects-nl-NL-A1B2C3",
        "value": "8.5"
      }
    ]
  },
  "credentialSchema": [
    {
      "id": "https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_achievementcredential_schema.json",
      "type": "1EdTechJsonSchemaValidator2019"
    },
    {
      "id": "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/schemas/microcredential.json",
      "type": "1EdTechJsonSchemaValidator2019"
    },
    {
      "id": "https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/schemas/microcredential_ects.json",
      "type": "1EdTechJsonSchemaValidator2019"
    }
  ]
}
