vc-render-method-context

VC Render Method JSON-LD Context (@digitalbazaar/vc-render-method-context)

Build status NPM Version

A VC Render Method JSON-LD context for JavaScript.

This project packages the contexts for the [VC Render Method][] specs for use with Node.js and web apps.

Table of Contents

Background

See related specs:

Security

TBD

Install

Requires Node.js 18+

To install via NPM:

npm install @digitalbazaar/vc-render-method-context

Usage

import {contexts, metadata, named} from '@digitalbazaar/vc-render-method-context';
// or
const {contexts, metadata, named} = require('@digitalbazaar/vc-render-method-context');

The contexts Map can be used to access individual contexts by id or load them into a JSON-LD document loader. The metadata Map contains extra information about each context.

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

API

The library exports the following properties:

Note that the metadata format is experimental and subject to change. The id field is expected to stay stable and can be used with the named Map to get a context URL for a short name such as v2.

The context files are available in the published contexts/ directory. The metadata has a URL for each context. Note that these files are semantically equivalent to published spec contexts but the formatting may differ such that strict file digests are not equivalent.

Status

The following contexts are available as of mid-2024. They track the published spec contexts.

Developing

Source is available at:

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

DO NOT edit them directly since changes will be overwritten.

Make all context changes to lib/*.js.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License