DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/101801
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/101801",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/49",
            "type": "EqarRegisteredAgency",
            "acronym": "NEAA",
            "name": "National Evaluation and Accreditation Agency",
            "registrationValidFrom": "2018-02-01T00:00:00Z",
            "registrationExpirationDate": "2028-02-29T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/NEAA/20240612_1204-Anotacia_BAN_NIGGG_PhD_4.4_GNS.pdf",
                "http://backend.deqar.eu/reports/NEAA/20240612_1204-Doklad_PKPNMI__NIGGG_BAN_PhD_GNS.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Geography of the population and settlement",
                    "EQFLevel": "third cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Programme accreditation, including accreditation of professional fields, majors from the regulated professions and doctoral programmes",
            "id": "https://data.deqar.eu/report/101801#subject=https://data.deqar.eu/institution/6587",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/26"
            ]
        },
        "id": "https://data.deqar.eu/institution/6587",
        "type": "DeqarInstitution",
        "name": "National Institute of Geophysics, Geodesy and Geography",
        "eterID": "BG0108",
        "identifiers": [],
        "legalName": "Национален институт по геофизика, геодезия и география",
        "location": [
            "Sofia, Bulgaria"
        ],
        "foundingDate": "2010-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2024-02-29T00:00:00Z",
    "validFrom": "2024-02-29T00:00:00Z",
    "expirationDate": "2030-03-01T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-13T08:46:09Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..r3ov2gd4wbw0pUa9aN4PFWHmRmjN0LBXzw8__t1IoN7r_9ZAiCMHw-rUetESYCSlxX7ny8XG8nWbO09PPz3ErA"
    }
}