UNPKG

graph-common

Version:
16 lines (10 loc) 317 B
Model schema for Router objects class RouterSchema @schema = { name: 'Router', definition: { name: { type: String, required: true, unique: true }, require: { type: String, required: true }, configuration: {} }} @methods = { } module.exports = RouterSchema