context-secureld-data-service-accreditation

SecureLD Data Service Accreditation JSON-LD Context (@secureld/data-service-accreditation-context)

Build status NPM Version

SecureLD Data Service Accreditation JSON-LD context for JavaScript.

Table of Contents

Install

To install via NPM:

npm install @secureld/data-service-accreditation-context

Usage

// ESM
import * as ctx from '@secureld/data-service-accreditation-context';
// CommonJS
const ctx = require('@secureld/data-service-accreditation-context');
const {contexts, constants, appContextMap} = ctx;

// Default context URL
ctx.CONTEXT_URL
// -> 'https://dogwoodlogic.github.io/...'

// Default context data
ctx.CONTEXT
// -> full context object

// Default codec term map value for CBOR-LD
ctx.constants.CBORLD_VALUE
// ->  0x0..

This package can be used with bundlers, such as webpack, in browser applications.

API

The library exports the following properties:

Status

Developing

Source is available at:

WARNING: The .jsonld in contexts/ is auto-generated by the npm run build script, each time you run the test suite.

Do NOT edit it directly (or your changes will be quickly overwritten). Instead, make all context changes to js/context.js.

License