DEQAR Verifiable Credential - proof of concept

GET /connectapi/v1/letstrust/vc/issue/49511
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/49511",
    "type": [
        "VerifiableCredential",
        "DeqarReport"
    ],
    "issuer": {
        "id": "did:web:data.deqar.eu",
        "onBehalfOf": {
            "id": "https://data.deqar.eu/agency/13",
            "type": "EqarRegisteredAgency",
            "acronym": "ANQA",
            "name": "National Centre for Professional Education Quality Assurance",
            "registrationValidFrom": "2017-02-01T00:00:00Z",
            "registrationExpirationDate": "2027-06-30T00:00:00Z"
        }
    },
    "credentialSubject": {
        "authorizationClaims": {
            "accreditationType": "institutional",
            "decision": "positive",
            "report": [
                "http://backend.deqar.eu/reports/ANQA/20200417_1040_Expert%20Panel%20report%20-%20Pedagogical.pdf"
            ],
            "accreditationStatus": "part of obligatory EQA system",
            "accreditationActivity": "Institutional Accreditation",
            "id": "https://data.deqar.eu/report/49511#subject=https://data.deqar.eu/institution/2870",
            "limitJurisdiction": [
                "https://data.deqar.eu/country/8"
            ],
            "limitQFLevel": [
                "third cycle",
                "first cycle",
                "second cycle"
            ]
        },
        "id": "https://data.deqar.eu/institution/2870",
        "type": "DeqarInstitution",
        "name": "Armenian State Pedagogical University after Khachatur Abovyan",
        "identifiers": [],
        "legalName": "Խաչատուր Աբովյանի անվան հայկական պետականա մանկավարժական համալսարան",
        "location": [
            "Armenia"
        ]
    },
    "credentialSchema": {
        "id": "https://data.deqar.eu/schema/v1.json",
        "type": "JsonSchemaValidator2018"
    },
    "issuanceDate": "2020-02-01T00:00:00Z",
    "validFrom": "2020-02-01T00:00:00Z",
    "expirationDate": "2024-02-01T00:00:00Z",
    "proof": {
        "type": "JsonWebSignature2020",
        "creator": "did:web:data.deqar.eu",
        "created": "2024-10-12T03:54:19Z",
        "verificationMethod": "did:web:data.deqar.eu",
        "jws": "eyJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdLCJhbGciOiJFUzI1NksifQ..F-R52NlTfv7o5qRmc0AHheRpdD-LnsbyHPrfhHSMf7IpZnTylyhdjqZ6tGvKnb02P-vK46ajRfKPo6r760wXBQ"
    }
}