DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/74367
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/74367",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/32",
            "type": "EqarRegisteredAgency",
            "acronym": "IQAA",
            "name": "Independent Agency for Quality Assurance in Education",
            "registrationValidFrom": "2017-02-01T00:00:00Z",
            "registrationExpirationDate": "2027-04-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/IQAA/165087_20220214_0625_IA_IntUniv%20Astana.pdf",
                "http://backend.deqar.eu/reports/IQAA/165088_20220214_0625_DEC_MUAstana_IA%20eng.pdf"
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Institutional accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/74367#subject=https://data.deqar.eu/institution/7345",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/86"
            ],
            "limitQFLevel": [
                "second cycle",
                "first cycle",
                "third cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/7345",
        "type": "DeqarInstitution",
        "name": "Astana International University",
        "identifiers": [],
        "legalName": "Международный университет Астана",
        "location": [
            "Nur-Sultan, Kazakhstan"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2019-06-24T00:00:00Z",
    "validFrom": "2019-06-24T00:00:00Z",
    "expirationDate": "2024-06-21T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-03-17T07:06:31Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..u6dv7hIVYT4V81kJ7CHUmPl9pXPcYyZGmY9mYgBFG73iRmJrVcltFnSmcIdxv3czyFgODX6lkJWwz8eIqCpAPg"
    }
}