DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/49657
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/49657",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/7",
            "type": "EqarRegisteredAgency",
            "acronym": "ACSUG",
            "name": "Agency for Quality Assurance in the Galician University System",
            "registrationValidFrom": "2009-07-01T00:00:00Z",
            "registrationExpirationDate": "2024-09-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/ACSUG/20200427_0715_4314278_Informe_de_evaluaci%C3%B3n_de_verificaci%C3%B3n_2013.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Processes of Design and Mechanical Manufacturing",
                    "alternativeLabel": [
                        "Procesos de Deseño e Fabricación Mecánica pola Universidade de Vigo",
                        "Procesos de Diseño y Fabricación Mecánica"
                    ],
                    "EQFLevel": "second cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Verification of new (Bologna-type) programmes (“ex-ante accreditation”)",
            "id": "https://data.deqar.eu/report/49657#subject=https://data.deqar.eu/institution/5320",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/161"
            ]
        },
        "id": "https://data.deqar.eu/institution/5320",
        "type": "DeqarInstitution",
        "name": "Higher Technical School of Industrial Engineering",
        "identifiers": [],
        "legalName": "Escuela de Ingeniería Industrial",
        "location": [
            "Vigo, Spain"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2013-09-25T00:00:00Z",
    "validFrom": "2013-09-25T00:00:00Z",
    "expirationDate": "2017-09-25T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-05T15:43:30Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..Vj2ZIc-7xSX6aLfamP5mLRQtzS1NAoUs8S2tYGzCdGECdKxub0XXaN58B72e27bR8MPlAARJ3Y5sqAIkHdfpQQ"
    }
}