DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/76140
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/76140",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/25",
            "type": "EqarRegisteredAgency",
            "acronym": "evalag",
            "name": "Evaluation Agency Baden-Württemberg",
            "registrationValidFrom": "2009-09-01T00:00:00Z",
            "registrationExpirationDate": "2029-05-31T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive with conditions or restrictions",
            "report": [],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Institutional accreditation in Switzerland",
            "id": "https://data.deqar.eu/report/76140#subject=https://data.deqar.eu/institution/5815",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/167"
            ],
            "limitQFLevel": [
                "third cycle",
                "first cycle",
                "second cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/5815",
        "type": "DeqarInstitution",
        "name": "Zurich University of the Arts",
        "identifiers": [],
        "legalName": "Zürcher Hochschule der Künste",
        "location": [
            "Zurich, Switzerland"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2021-12-17T00:00:00Z",
    "validFrom": "2021-12-17T00:00:00Z",
    "expirationDate": "2028-12-16T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-15T00:39:17Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..dbp_nxh-MN53Ju08uD7AzQNCSF0f83q1SIji4Ilq2upm5SeLp3Y4Jsz3FrLHb6pyFnIHmXYhS5zWsu8LlG3W4Q"
    }
}