0.1.0 • Published 7 years ago

lincoln-schema-spec v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Lincoln UI Schema Specification

NPM Travis CI MIT License

This project contains the specification for the Lincoln UI schema.

This simplified schema is designed to allow UI projects to simply display data and not require large amounts of logic. It is heavily based on the upcoming OpenAPI v3 specification.

This project is relatively immature and does not fully capture all possibilities of the OpenAPI v3 specification.

Installation

npm install @temando/lincoln-schema-spec

Usage

var schema = require('@temando/lincoln-schema-spec');

console.log(schema); // POJO, JSON Schema Draft 6