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.

16 lines (9 loc) 247 B
Interaction = require './interaction' class Event extends Interaction @entity("Event") @accessors "name", "params", ["get", "set"] @children "params" constructor: (options) -> super(options) module.exports = Event