DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/59375
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/59375",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/30",
            "type": "EqarRegisteredAgency",
            "acronym": "IAAR",
            "name": "Independent Agency for Accreditation and Rating",
            "registrationValidFrom": "2017-02-01T00:00:00Z",
            "registrationExpirationDate": "2026-12-31T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/IAAR/121989_20210511_0754_Report-en-KNK_2019_IA_EEP_report.pdf",
                "http://backend.deqar.eu/reports/IAAR/121990_20210511_0754_Decision-kurmangazy_ia_2019.pdf"
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Institutional accreditation of educational institutions",
            "id": "https://data.deqar.eu/report/59375#subject=https://data.deqar.eu/institution/3087",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/86"
            ],
            "limitQFLevel": [
                "second cycle",
                "first cycle",
                "third cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/3087",
        "type": "DeqarInstitution",
        "name": "Kazakh National Conservatory named after Kurmangazy",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/3116",
                "identifier": "4",
                "resource": "KZ-national"
            }
        ],
        "legalName": "Құрманғазы атындағы Қазақ ұлттық консерваториясы",
        "location": [
            "Kazakhstan"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2019-06-14T00:00:00Z",
    "validFrom": "2019-06-14T00:00:00Z",
    "expirationDate": "2026-06-13T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-02-07T21:17:13Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..yHKcw2N6KL2hov5ZpvsecObxa9pFsVHsz0FNfPv_Th6hROubLuq_-cmRIUCXwX1TZdaWpA3VYwuKCjE9aXQeGQ"
    }
}