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.

13 lines (7 loc) 245 B
Entity = require './entity' class Interaction extends Entity @entity("Interaction") @accessors "protocols", ["get-key", "put-key", "put-keys", "delete-key"] constructor: (options) -> super(options) module.exports = Interaction