digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Ensure codec values are registered in the spec. #69

Open davidlehn opened 8 months ago

davidlehn commented 8 months ago

This value is used here but not registered in the spec:

_addRegistration(0x32, 'https://purl.imsglobal.org/spec/ob/v3p0/context.json');

If the id is stable enough to last forever, it should be registered in the spec. If not, then this lib and the spec needs a new feature to support use of unregistered ids.

davidlehn commented 8 months ago

This context may already be obsolete. See: https://github.com/digitalbazaar/cbor-ld-spec/issues/15

BigBlueHat commented 5 months ago

This implementation is being used to inform a new updated CBOR-LD spec at https://github.com/json-ld/cbor-ld-spec/

Consequently, we'll need to make some decisions on how we handle OpenBadges context file proliferation.