Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comma in JSON-LD snippet for Example 1 of DID core #846

Open
Antoine-Zimmermann opened this issue Oct 30, 2023 · 1 comment
Open
Labels
class 1 No changes to text content

Comments

@Antoine-Zimmermann
Copy link

Example 1 of the Decentralized Identifiers (DIDs) v1.0 recommendation has this code:

{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ]
  "id": "did:example:123456789abcdefghi",
  "authentication": [{
    "id": "did:example:123456789abcdefghi#keys-1",
    "type": "Ed25519VerificationKey2020",
    "controller": "did:example:123456789abcdefghi",
    "publicKeyMultibase": "zH3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV"
  }]
}

There is a missing comma after the closing square bracket on line 5.

@Antoine-Zimmermann
Copy link
Author

The comma is also missing in Example 9, Example 12, and Example 13.

@msporny msporny added the class 1 No changes to text content label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class 1 No changes to text content
Projects
None yet
Development

No branches or pull requests

2 participants