DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/87405
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/87405",
    "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/208457_20230331_1035_International-University-in-Geneva-Re-accreditation-Inspection-Report-Apr-22-FINAL.pdf"
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/87405#subject=https://data.deqar.eu/institution/5148",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/167"
            ]
        },
        "id": "https://data.deqar.eu/institution/5148",
        "type": "DeqarInstitution",
        "name": "International University in Geneva",
        "eterID": "CH0812",
        "identifiers": [],
        "legalName": "International University in Geneva",
        "location": [
            "Geneva, Switzerland"
        ],
        "foundingDate": "1997-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2022-07-21T00:00:00Z",
    "validFrom": "2022-07-21T00:00:00Z",
    "expirationDate": "2026-07-31T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-09-15T10:12:18Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..y9JpQLT8LJZHyHjcy1YPCAdlAAUm1NEVyEdHvOMyEQJ4nbo7dg8Hy7Tzr-d_BewpZ5kQnQe66odwGJ0It4M72Q"
    }
}