DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/81095
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/81095",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/16",
            "type": "EqarRegisteredAgency",
            "acronym": "AQU",
            "name": "Catalan University Quality Assurance Agency",
            "registrationValidFrom": "2008-03-04T00:00:00Z",
            "registrationExpirationDate": "2027-06-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/AQU/20221208_1458_Graduado%2Bo%2BGraduada%2Ben%2BIngenier%C3%ADa%2Ben%2BOrganizaci%C3%B3n%2BIndustrial%2By%2BLog%C3%ADstica%2B(UdL%2C%2B2018).pdf"
            ],
            "limitQualification": [
                {
                    "title": "Industrial Organisation and Logistics Engineering",
                    "alternativeLabel": [
                        "Enginyeria en Organització Industrial i Logística",
                        "Ingeniería en Organización Industrial y Logística"
                    ],
                    "EQFLevel": "first cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Validation (ex-ante accreditation)",
            "id": "https://data.deqar.eu/report/81095#subject=https://data.deqar.eu/institution/5041",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/161"
            ]
        },
        "id": "https://data.deqar.eu/institution/5041",
        "type": "DeqarInstitution",
        "name": "Higher Polytechnic School",
        "identifiers": [],
        "legalName": "Escola Politècnica Superior",
        "location": [
            "Lleida, Spain"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2018-07-04T00:00:00Z",
    "validFrom": "2018-07-04T00:00:00Z",
    "expirationDate": "2024-07-04T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-13T17:01:37Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..FLIeDpLB5_TbJIgKG5VwFUcnFo_OIPU1pjotNsdSqc-HE07xV-T6CS-N_osvw79MsDrQOrjYS_rUj2l86O-_kw"
    }
}