UNPKG

json-api-schema

Version:

JSON Api Schema is a JSON dialect that can describe any Web Based API that uses JSON to exchange data.

10 lines (7 loc) 183 B
Entity = require './entity' class Schema extends Entity @entity("Schema") @accessors "id", ["get", "set"] constructor: (options) -> super(options) module.exports = Schema