UNPKG

graph-common

Version:
15 lines (9 loc) 263 B
Model schema for Schema objects class SchemaSchema @schema = { name: 'Schema', definition: { name: { type: String, required: true, unique: true }, definition: {} }} @methods = { } module.exports = SchemaSchema