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.
npm install @temando/lincoln-schema-spec
var schema = require('@temando/lincoln-schema-spec');
console.log(schema); // POJO, JSON Schema Draft 6