schema-2.0

2.0.0-beta.1 • Public • Published

ObserveRTC Schemas

This repository contains schemas for ObserveRTC.

Use the Schema

For npm projects:

npm i @observertc/schemas

Change the schema

Schema change requests

Create an issue and state the request.

Create PR for schema changes

Discussion is good to request a schema, PR is better. Step to create a PR (after you cloned the repo):

  1. create your branch
  2. change the source of the schemas, sources/version.txt, trace the change in the sources/CHANGELOG.md.
  3. Generate npm-lib typescripts (see below)
  4. open the PR

Generate npm-lib typescripts

To run the schema generator for npm-lib:

  git clone https://github.com/observertc/schemas && \
  cd schemas && \
  npm i && \
  node index.js

Readme

Keywords

Package Sidebar

Install

npm i schema-2.0

Weekly Downloads

3

Version

2.0.0-beta.1

License

Apache-2.0

Unpacked Size

2.8 MB

Total Files

286

Last publish

Collaborators

  • balazskreith