JSON Schema Meta Schema
This repo contains the json schema meta schema and code to package it on npm, generate typings, etc.
Installing
Typescript
npm install --save @json-schema-tools/meta-schema
Golang
go get github.com/json-schema-tools/meta-schema
Using
Typescript
import JSONSchema, { JSONSchemaObject, Properties, Items } from "@json-schema-tools/meta-schema"
Contributing
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.