DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/112280
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/112280",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/76",
            "type": "EqarRegisteredAgency",
            "acronym": "ECAQA",
            "name": "Eurasian Сentre for Accreditation and Quality Assurance in Higher Education and Health Care",
            "registrationValidFrom": "2022-06-01T00:00:00Z",
            "registrationExpirationDate": "2027-06-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/ECAQA/20250225_0549-EEC_Report_SIMULATION_CENTER_OF_NJSC_ASTANA_MEDICAL_UNIVERSITY.pdf",
                "http://backend.deqar.eu/reports/ECAQA/20250225_0549-AC_decision_Simulation_centre_AMU.pdf"
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Accreditation of the clinical skills centre (simulation-based healthcare education) of medical higher educational institutions",
            "id": "https://data.deqar.eu/report/112280#subject=https://data.deqar.eu/institution/3111",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/86"
            ],
            "limitQFLevel": [
                "second cycle",
                "third cycle",
                "first cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/3111",
        "type": "DeqarInstitution",
        "name": "Medical University of Astana",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/3140",
                "identifier": "28",
                "resource": "KZ-national"
            }
        ],
        "legalName": "Астана Медициналық университеті",
        "location": [
            "Kazakhstan"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2024-02-21T00:00:00Z",
    "validFrom": "2024-02-21T00:00:00Z",
    "expirationDate": "2029-02-20T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-05-23T02:46:46Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..i_7xfVc5BpI5JOFYNftJ6yt_3fT21lRoPFqPLulYf8jcXYBHmdw4_b6K1BV0KNH_bT_sgYOdo9bTEX2n1oHWCg"
    }
}