-
### Session description
The upcoming JSON-LD recharter includes two new compatible formats based on the JSON-LD data model: CBOR-LD and YAML-LD. CBOR-LD provides a highly compressed format keeping da…
-
Inspired by https://github.com/TBD54566975/did-dht/pull/264
CBOR is much simpler and more efficient. There is wide support for it [across languages](https://cbor.io/impls.html).
We can also look…
-
I think everyone here should become familiar with CBOR-LD, which is another closely related, binary representation format.
As per https://github.com/ietf-wg-httpapi/mediatypes/issues/8#issuecomment…
-
- Make sure constants and docs show the CBOR-LD codec value as zero until a real one is created. Currently the constants incorrectly uses `0x20`.
- If a value is needed, register a [spec](https://di…
-
Design a standard linked data format, like JSON-LD or CBOR-LD, to normalize data used in this project. This also helps the repo to fetch data. CBOR is preferred.
Required fields:
- `@content`: a l…
-
Since FHIR field names are not manually minimized like the DCC's two-char field names are, it's important that the conversion to CBOR reduces them down to save space and fit into the QR/NFC/Bluetooth …
-
Something like [JSON-LD](https://json-ld.org/), so a general application can understand the data model of the structured data.
Instead of JSON, I prefer CBOR, so binary strings can be handled direct…
-
_Originally posted by @TallTed in https://github.com/w3c/did-resolution/pull/88#discussion_r1747431386_
Multiple `+` have been disallowed in IETF/IANA media types.
`application/ld+json` might b…
-
After successful build while running tests I get:
```
platform linux -- Python 3.11.3, pytest-7.4.0, pluggy-1.2.0
Using --randomly-seed=3873878859
rootdir: /home/pizzaman/Downloads/work-folder/…
-
This value is used here but not registered in the [spec](https://github.com/digitalbazaar/cbor-ld-spec/):
```js
_addRegistration(0x32, 'https://purl.imsglobal.org/spec/ob/v3p0/context.json');
```
…