Canonical URL

PCDSAgentCertificate Credential

A certificate that attests to an agent’s membership in an organisation and has the mandate to perform a number of actions for that organisation on the PCDS traceability platform.

Canonical URL
Property Description
pcdsAgentOf
Relates an agent with an organization on the PCDS traceability platform.
Example

The following JSON object is an example of how data can is structured in the credentialSubject section of a PCDSAgentCertificate verifiable credential.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{
  "pcdsAgentOf": {
    "organization": {
      "identifier": "did:key:z6MkomNP4nntnUcuHA35b2phtt6rkfdcSbEkau2kGJ9cb6EQ",
      "name": "Compellio SA"
    },
    "abilities": [
      "auditor"
    ]
  }
}
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://vocabulary.vc.compell.io/credentials.jsonld"
  ],
  "type": [
    "VerifiableCredential",
    "PCDSAgentCertificate"
  ],
  "id": "urn:id:637fd79025082",
  "issuer": "did:key:GJ9cbtb2PkNSbEapuuHA2k4nntnU6rk2kom35cfdc35z6Mht",
  "issuanceDate": "2022-11-24T20:44:00Z",
  "credentialSubject": {
    "id": "did:key:35b2PkGJ9cb235z6Mk4nntnUcfdcphtt6rk2komNSbEauuHA",
    "pcdsAgentOf": {
      "organization": {
        "identifier": "did:key:z6MkomNP4nntnUcuHA35b2phtt6rkfdcSbEkau2kGJ9cb6EQ",
        "name": "Compellio SA"
      },
      "abilities": [
        "auditor"
      ]
    }
  }
}
Copyright © 2022 Compellio S.A. All rights reserved.
Last modified on Nov 26, 2022 14:32