lincoln-schema-spec
v0.1.0
Published
Specification for the schema that Lincoln understands, and can visualise.
Downloads
5
Readme
Lincoln UI Schema Specification
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