DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/55945
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/55945",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/11",
            "type": "EqarRegisteredAgency",
            "acronym": "AKKORK",
            "name": "Agency for Quality Assurance in Higher Education and Career Development",
            "registrationValidFrom": "2014-10-01T00:00:00Z",
            "registrationExpirationDate": "2019-10-31T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/AKKORK/20210304_1234-ogar8.pdf"
            ],
            "limitQualification": [
                {
                    "title": "General Medicine",
                    "EQFLevel": "second cycle"
                }
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Independent evaluation of education quality on the programme level",
            "id": "https://data.deqar.eu/report/55945#subject=https://data.deqar.eu/institution/5208",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/142"
            ]
        },
        "id": "https://data.deqar.eu/institution/5208",
        "type": "DeqarInstitution",
        "name": "Ogarev Mordovia State University",
        "identifiers": [],
        "legalName": "Мордовский государственный университет им. Н.П. Огарёва",
        "location": [
            "Saransk, Russia"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2016-06-08T00:00:00Z",
    "validFrom": "2016-06-08T00:00:00Z",
    "expirationDate": "2022-06-07T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-05T11:07:01Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..MZFmyqwit4vOQKec3q8nWzXIzhGfkjRefBzaUgG9KDRXaQpltYhyJqmgNDzuCp336Ab9J5OKFIN4c7I2GhJlDw"
    }
}