DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/70421
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/70421",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/22",
            "type": "EqarRegisteredAgency",
            "acronym": "CTI",
            "name": "Engineering Degree Commission",
            "registrationValidFrom": "2009-04-01T00:00:00Z",
            "registrationExpirationDate": "2029-04-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "programme",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/CTI/149338_20211206_1551_avis.pdf"
            ],
            "limitQualification": [
                {
                    "title": "Ingénieur diplômé de l'Ecole nationale supérieure de géologie de l'Institut national polytechnique de Lorraine",
                    "EQFLevel": "second cycle"
                }
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Ex-ante accreditation of French engineering schools and their programmes in France and on branch campuses abroad",
            "id": "https://data.deqar.eu/report/70421#subject=https://data.deqar.eu/institution/7004",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/60"
            ]
        },
        "id": "https://data.deqar.eu/institution/7004",
        "type": "DeqarInstitution",
        "name": "The National School of Geology",
        "eterID": "FR0975",
        "identifiers": [],
        "legalName": "Ecole nationale supérieure de géologie",
        "location": [
            "Vandoeuvre-lès-Nancy, France"
        ],
        "foundingDate": "1908-01-01T00:00:00Z"
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2010-09-01T00:00:00Z",
    "validFrom": "2010-09-01T00:00:00Z",
    "expirationDate": "2011-12-31T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2025-04-05T12:39:24Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..jcOXTd2WgLD8pl5m2s1G2gDXiPO4klYTjxchkur8MYJc0ej7Yc54mGkRPG9R3yd9DGPMRWFBBjte1iT9_KdhYA"
    }
}