51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
"https://idhub.pangea.org/context/base.jsonld",
|
|
"https://idhub.pangea.org/context/snapshot.jsonld"
|
|
],
|
|
"id": "{{ vc_id }}",
|
|
"type": [
|
|
"VerifiableCredential",
|
|
"VerifiableAttestation",
|
|
"Snapshot"
|
|
],
|
|
"issuer": {
|
|
"id": "{{ issuer_did }}",
|
|
"name": "{{ organisation }}"
|
|
},
|
|
"issuanceDate": "{{ issuance_date }}",
|
|
"validFrom": "{{ issuance_date }}",
|
|
"validUntil": "{{ validUntil }}",
|
|
"name": [
|
|
{
|
|
"value": "Snapshot of Workbench script",
|
|
"lang": "en"
|
|
}
|
|
],
|
|
"description": [
|
|
{
|
|
"value": "Snapshot of Workbench script software for discover hardware",
|
|
"lang": "en"
|
|
}
|
|
],
|
|
"credentialSubject": {
|
|
"id": "{{ token_hash }}",
|
|
"uuid": "{{ uuid }}",
|
|
"type": "{{ type }}",
|
|
"software": "{{ software }}",
|
|
"timestamp": "{{ timestamp }}",
|
|
"data": "{{ data }}",
|
|
"erase": "{{ erase }}"
|
|
},
|
|
"credentialStatus": {
|
|
"id": "{{ credential_status_id}}",
|
|
"type": "RevocationBitmap2022",
|
|
"revocationBitmapIndex": "{{ id_credential }}"
|
|
},
|
|
"credentialSchema": {
|
|
"id": "https://idhub.pangea.org/vc_schemas/snapshot.json",
|
|
"type": "FullJsonSchemaValidator2021"
|
|
}
|
|
}
|