UNPKG

ew-action-mongodb

Version:

Mongo Action connector for eWings framework

10 lines (8 loc) 155 B
const publicSchema = { $id : 'user', type : 'object', properties: { name: { type: 'string' } } }; module.exports = [publicSchema];