DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/115630
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Vary: Accept

{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://data.deqar.eu/context/v2.jsonld",
        "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "https://data.deqar.eu/report/115630",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/37",
            "type": "EqarRegisteredAgency",
            "acronym": "NVAO",
            "name": "Accreditation Organisation of the Netherlands and Flanders",
            "registrationValidFrom": "2008-03-04T00:00:00Z",
            "registrationExpirationDate": "2027-09-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/NVAO/345317_20250326_2302_AV-2003_20230712_Besluit_AV-2003%20Bevestiging%20behoud%20ABO.pdf",
                "http://backend.deqar.eu/reports/NVAO/345318_20250326_2302_AV-2003_20230712_Rapport_2023%204%2025%20Heraccreditatie%20Hogeschool%20Dirksen%20definitief.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Technische Informatica",
                    "EQFLevel": "first cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Programme accreditation in the Netherlands, including the Caribbean islands Bonaire, St. Eustatius and Saba",
            "id": "https://data.deqar.eu/report/115630#subject=https://data.deqar.eu/institution/8847",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/124"
            ]
        },
        "id": "https://data.deqar.eu/institution/8847",
        "type": "DeqarInstitution",
        "name": "Hogeschool Dirksen B.V.",
        "eterID": "NL0821",
        "identifiers": [],
        "legalName": "Hogeschool Dirksen B.V.",
        "location": [
            "Elst, Netherlands"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2023-07-01T00:00:00Z",
    "validFrom": "2023-07-01T00:00:00Z",
    "expirationDate": "2029-07-01T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-04-06T19:48:43Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..Hiv13n8bkczGPyhGBgZVj6IS5mVj7dDXwT6mZaoVeLdGxJM62fzoWJEZzDxW2LDpsrmlJbv-LLGh1Z4_PdLDlA"
    }
}