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.

12 lines (8 loc) 201 B
Entity = require './entity' class Type extends Entity @entity("Type") @accessors "name", ["get", "set"] @children "schema" constructor: (options) -> super(options) module.exports = Type