DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/63787
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/63787",
    "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_1336-London_College_of_Contemporary_Arts_Interim_Report_June_20_FINAL.pdf",
                "http://backend.deqar.eu/reports/BAC/173545_20241027_0648_LCCA-Supplementary-Change-of-Management-Inspection-Report-January-2021-FINAL.pdf"
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/63787#subject=https://data.deqar.eu/institution/5149",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/274"
            ]
        },
        "id": "https://data.deqar.eu/institution/5149",
        "type": "DeqarInstitution",
        "name": "London College of Contemporary Arts",
        "eterID": "UK0814",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/25032",
                "identifier": "https://ror.org/02j3b8k57",
                "resource": "ROR"
            }
        ],
        "legalName": "London College of Contemporary Arts",
        "location": [
            "London, United Kingdom (England)"
        ],
        "foundingDate": "1978-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2019-05-23T00:00:00Z",
    "validFrom": "2019-05-23T00:00:00Z",
    "expirationDate": "2023-03-31T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-04-22T00:01:48Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..zQf2yU8JDjO9cPkcPqCpEU8x6PzMBtI8-Cz4xnXpu-T3bzGA-7szkkjQD0QsKN_s5l-LL654zDfKLUCAMNTP5Q"
    }
}