DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/63790
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/63790",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/20",
            "type": "EqarRegisteredAgency",
            "acronym": "BAC",
            "name": "British Accreditation Council for Independent Further and Higher Education",
            "registrationValidFrom": "2015-01-31T00:00:00Z",
            "registrationExpirationDate": "2025-02-28T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive with conditions or restrictions",
            "report": [
                "http://backend.deqar.eu/reports/BAC/20210615_1404-NYC_Athens__Thessaloniki_Interim_Inspection_Report_Dec_20_FINAL.pdf",
                "http://backend.deqar.eu/reports/BAC/20210615_1404-New_York_College_Re-accreditation_Report_Dec_2019_FINAL.pdf"
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/63790#subject=https://data.deqar.eu/institution/5153",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/66"
            ]
        },
        "id": "https://data.deqar.eu/institution/5153",
        "type": "DeqarInstitution",
        "name": "New York College",
        "eterID": "GR0806",
        "identifiers": [],
        "legalName": "New York College",
        "location": [
            "Athens, Greece"
        ],
        "foundingDate": "1989-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2020-02-20T00:00:00Z",
    "validFrom": "2020-02-20T00:00:00Z",
    "expirationDate": "2024-02-29T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-02-17T22:51:43Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..JCtjqxf18Y5hkZb3RFeMW7nWfaoGGvLle0Z3dBvIDVaKcF-rrNut6ifK1C5o5ej06lIQREbiZRnJHbNfFCmY_Q"
    }
}