Skip to content

Specification for the schema that Lincoln 🎩 understands, and can visualise.

License

Notifications You must be signed in to change notification settings

temando/lincoln-schema-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Specification for the schema that Lincoln 🎩 understands, and can visualise.

Resources

License

Stars

Watchers

Forks

Packages

No packages published