Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.