Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitalbazaar/did-core-json-schema
JSON Schema for DID documents
https://github.com/digitalbazaar/did-core-json-schema
did json-schema w3c
Last synced: about 1 month ago
JSON representation
JSON Schema for DID documents
- Host: GitHub
- URL: https://github.com/digitalbazaar/did-core-json-schema
- Owner: digitalbazaar
- License: bsd-3-clause
- Created: 2024-09-24T23:49:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:31:41.000Z (3 months ago)
- Last Synced: 2024-11-26T16:48:26.684Z (about 1 month ago)
- Topics: did, json-schema, w3c
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [DID Core](https://w3.org/TR/did-core/) JSON Schema
[JSON Schema](https://json-schema.org/) for validating
[DID Core](https://w3.org/TR/did-core/)-based JSON and JSON-LD documents.## Files
`did-core.json` is the JSON Schema file.
`examples/` contains example `.didjson` files extracted from the DID Core
specification and validated against the `did-core.json` schema.Any example ending in `.didjson` is validate-able with the the `did-core.json`
JSON Schema.Any example ending in `.jwt` or `.jwe` are _not_ directly validate-able as the
DID document is embedded in the JWT format.## License
[BSD-3-License](LICENSE) Copyright 2024 Digital Bazaar, Inc.