DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/87401
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/87401",
    "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/208453_20230331_1035_CITY-College-Re-accreditation-Inspection-Report-Oct-21-FINAL.pdf"
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/87401#subject=https://data.deqar.eu/institution/7711",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/66"
            ]
        },
        "id": "https://data.deqar.eu/institution/7711",
        "type": "DeqarInstitution",
        "name": "CITY College",
        "identifiers": [],
        "legalName": "CITY College",
        "location": [
            "Athens, Greece"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2022-01-27T00:00:00Z",
    "validFrom": "2022-01-27T00:00:00Z",
    "expirationDate": "2026-01-31T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-02-22T08:55:30Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..DJTSf8KnDUKXE9tA3xnI_0GZpv-ywvQu2GxJywwv-ceGwVN7T1wjVW-4_yKuuSe8AMWdMHYMaitUUGXttvlUnA"
    }
}