DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/98888
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/98888",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/1",
            "type": "EqarRegisteredAgency",
            "acronym": "A3ES",
            "name": "Agency for Evaluation and Accreditation of Higher Education",
            "registrationValidFrom": "2014-06-01T00:00:00Z",
            "registrationExpirationDate": "2029-04-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/A3ES/244368_20240313_1545_PERA_2223_0406977_pera_2021_2022_dec_fin_ca.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Bioengenharia",
                    "alternativeLabel": [
                        "Bioengineering"
                    ],
                    "EQFLevel": "third cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Non-aligned study programmes",
            "id": "https://data.deqar.eu/report/98888#subject=https://data.deqar.eu/institution/4453",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/139"
            ]
        },
        "id": "https://data.deqar.eu/institution/4453",
        "type": "DeqarInstitution",
        "name": "University of Lisbon",
        "eterID": "PT0007",
        "identifiers": [
            {
                "id": "https://data.deqar.eu/institution-identifier/19944",
                "identifier": "IAU-018554",
                "resource": "WHED"
            }
        ],
        "legalName": "Universidade de Lisboa",
        "location": [
            "Lisboa, Portugal"
        ],
        "foundingDate": "1911-01-01T00:00:00Z",
        "dissolutionDate": "2013-12-31T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2023-07-31T00:00:00Z",
    "validFrom": "2023-07-31T00:00:00Z",
    "expirationDate": "2026-07-31T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-03-07T13:14:48Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..C-iJEgZYK2z21GK1Uh4vKRym6j7Twm5zIxdu41Fd0QgYGnN4o8zT_lOV6pmwRFrVNXsWVLr0_WdkbdmTqLRIMA"
    }
}