DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/88639
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/88639",
    "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/210428_20230503_0830_The-South-African-College-of-Applied-Psychology-Full-Inspection-Report-Sep-22-FINAL.pdf"
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/88639#subject=https://data.deqar.eu/institution/7731",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/160"
            ],
            "limitQFLevel": [
                "second cycle",
                "first cycle",
                "short cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/7731",
        "type": "DeqarInstitution",
        "name": "The South African College of Applied Psychology",
        "identifiers": [],
        "legalName": "The South African College of Applied Psychology",
        "location": [
            "Cape Town, South Africa"
        ],
        "foundingDate": "1997-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2023-01-26T00:00:00Z",
    "validFrom": "2023-01-26T00:00:00Z",
    "expirationDate": "2027-02-28T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-04-06T01:21:34Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..4cWa6K5a1yt3x9jo16FF25fy5zM7P6eVnp6brZrvPgaAKC-2oE_4-ozXrwmCiUsDALHlssy8qqwWLJ2gQGKIVA"
    }
}