The Unify101 Context Vocabulary (v1)

A vocabulary for working with the context facet of data products

The URI of this vocabulary, which targets JSON Schema 2020-12, is:

https://schemas.unify101.com/vocab/context/v1

The URI of its metaschema is:

https://schemas.unify101.com/vocab/context/v1.json

This vocabulary declares the following keywords:

documentation

This keyword is set to a URI reference that points to human-readable documentation for the given schema. For example:

{ "documentation": "https://example.com/my-schema-documentation" }

The value of this keyword MUST be collected as an annotation.

authors

This keyword is set to an non-empty array of strings that determine the authors of the given schema. The format of each author string MUST follow the following format name <email> For example:

{ "authors": [ "John Doe <johndoe@example.com>" ] }
{ "authors": [ "John Doe <johndoe@example.com>", "Jane Doe <janedoe@example.com>" ] }

The value of this keyword MUST be collected as an annotation.

license

This keyword is set to a string that denotes a valid SPDX license identifier. For example:

{ "license": "MIT" }
{ "license": "Apache-2.0" }

The value of this keyword MUST be collected as an annotation.