UNPKG

graph-common

Version:
32 lines (24 loc) 505 B
(function() { var RouterSchema; RouterSchema = (function() { function RouterSchema() {} RouterSchema.schema = { name: 'Router', definition: { name: { type: String, required: true, unique: true }, require: { type: String, required: true }, configuration: {} } }; RouterSchema.methods = {}; return RouterSchema; })(); module.exports = RouterSchema; }).call(this);