DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/96384
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/96384",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/46",
            "type": "EqarRegisteredAgency",
            "acronym": "ZEvA",
            "name": "Central Evaluation and Accreditation Agency",
            "registrationValidFrom": "2008-03-04T00:00:00Z",
            "registrationExpirationDate": "2026-09-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/ZEvA/20240123_1326-IP-0571_Accreditation_Report_NPU_Kharkiv_Polytechnic_Institute_06112023.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Computer Science and Intelligent Systems",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Software Engineering",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Management of Organisations and Administration",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Business Administration (in English)",
                    "EQFLevel": "first cycle"
                }
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "International programme accreditation",
            "id": "https://data.deqar.eu/report/96384#subject=https://data.deqar.eu/institution/3319",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/181"
            ]
        },
        "id": "https://data.deqar.eu/institution/3319",
        "type": "DeqarInstitution",
        "name": "National Technical University \"Kharkiv Polytechnic Institute\"",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/3348",
                "identifier": "104",
                "resource": "UA-national"
            }
        ],
        "legalName": "Національний технічний університет \"Харківський політехнічний інститут\"",
        "location": [
            "Ukraine"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2023-01-18T00:00:00Z",
    "validFrom": "2023-01-18T00:00:00Z",
    "expirationDate": "2030-09-30T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-03-15T06:42:27Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..hG0mTf3h1-UMWVZYgBI0S5R27X9RrgTXzZgapihrhhkw7koFksfJibpw8zSQx2lg1hLhuS7XTbt9F9nO6-wHPQ"
    }
}