DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/70006
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/70006",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/15",
            "type": "EqarRegisteredAgency",
            "acronym": "AQAS",
            "name": "Agency for Quality Assurance through Accreditation of Study Programmes",
            "registrationValidFrom": "2008-03-04T00:00:00Z",
            "registrationExpirationDate": "2027-01-31T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive with conditions or restrictions",
            "report": [
                "http://backend.deqar.eu/reports/AQAS/20211029_0904-10_302_HSC.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Nursing",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Speech therapy",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Physiotherapy",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Nutrition",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Occupational therapy",
                    "EQFLevel": "first cycle"
                },
                {
                    "title": "Midwifery",
                    "EQFLevel": "first cycle"
                }
            ],
            "accreditationStatus": "voluntary",
            "accreditationActivity": "Programme accreditation international",
            "id": "https://data.deqar.eu/report/70006#subject=https://data.deqar.eu/institution/5784",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/35"
            ]
        },
        "id": "https://data.deqar.eu/institution/5784",
        "type": "DeqarInstitution",
        "name": "Universidad de San Sebastián",
        "identifiers": [],
        "legalName": "Universidad de San Sebastián",
        "location": [
            "Santiago de Chile, Chile"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2021-08-30T00:00:00Z",
    "validFrom": "2021-08-30T00:00:00Z",
    "expirationDate": "2027-09-30T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2023-09-21T15:06:23Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..-M8Ntwa9tLpVeHZGMFZYgDv6F28-psn7hdidd2aIvVrNijROeExqeI7WwUmlzXzAnnAGy67r1hgCYGbH9BSjUA"
    }
}