w3c-ccg / traceability-interop

Verifiable Credentials for Supply Chain Interoperability Specification for HTTP

Home Page:https://w3id.org/traceability/interoperability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make an interop test based on a GS1 credential (without trace context).

nissimsan opened this issue · comments

Continued from:
#512

Noting that our current interop /issue test also doesn't include trace context - should it?

{
    "credential": {
        "@context": [
            "https://www.w3.org/2018/credentials/v1"
        ],
        "id": "urn:uuid:{{$randomUUID}}",
        "type": [
            "VerifiableCredential"
        ],
        "issuer": "{{credential_issuer_id}}",
        "issuanceDate": "{{$isoTimestamp}}",
        "credentialSubject": {
            "id": "did:example:123"
        }
    },
    "options": {
        "type": "Ed25519Signature2018",
        "created": "{{$isoTimestamp}}"
    }
}

Waiting for @nissimsan to open PR.

The PR has been around for a while; GS1 just commented, so we should be getting close in this.