{ "@context": [ "https://www.w3.org/2018/credentials/v1", "https://idhub.pangea.org/context/base.jsonld", "https://idhub.pangea.org/context/snapshot.jsonld" ], "id": "urn:uuid:{{ vc_id }}", "type": [ "VerifiableCredential", "DeviceSnapshot" ], "issuer": { "id": "{{ issuer_did }}", "name": "{{ organisation }}" }, "issuanceDate": "{{ issuance_date }}", "validFrom": "{{ issuance_date }}", "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 }}", "dataDeletion": "{{ erase }}" }, "credentialStatus": { "id": "{{ credential_status_id}}", "type": "RevocationBitmap2022", "revocationBitmapIndex": "{{ id_credential }}" }, "credentialSchema": { "id": "https://idhub.pangea.org/vc_schemas/v1/workbench.json", "type": "FullJsonSchemaValidator2021" } }