DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/74925
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/74925",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/10",
            "type": "EqarRegisteredAgency",
            "acronym": "AI",
            "name": "The Danish Accreditation Institution",
            "registrationValidFrom": "2010-07-01T00:00:00Z",
            "registrationExpirationDate": "2026-06-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/AI/20220324_1116-Confirmation_of_accreditation_DKDM.pdf"
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Accreditation of higher education institutions",
            "id": "https://data.deqar.eu/report/74925#subject=https://data.deqar.eu/institution/7103",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/47"
            ],
            "limitQFLevel": [
                "first cycle",
                "short cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/7103",
        "type": "DeqarInstitution",
        "name": "The Royal Danish Academy of Music",
        "eterID": "DK0040",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/22623",
                "identifier": "https://ror.org/04np6eb38",
                "resource": "ROR"
            }
        ],
        "legalName": "Det Kgl. Danske Musikkonservatorium",
        "location": [
            "Frederiksberg, Denmark"
        ],
        "foundingDate": "1867-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2022-03-17T00:00:00Z",
    "validFrom": "2022-03-17T00:00:00Z",
    "expirationDate": "2028-03-17T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-12-09T15:55:46Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..GoYKMZV90e9xlSKm17PLdut0-9W3S9NZo8SeCtCuDfA3wBqDvOW6EJUMrNb_QS3j1FJ6B-p8g55rpFDWuofWhg"
    }
}