UNPKG
ew-action-mongodb
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.4
Mongo Action connector for eWings framework
github.com/Lingbe/ewActionMongo
Lingbe/ewActionMongo
ew-action-mongodb
/
src
/
publicSchemaMock.js
10 lines
(8 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const publicSchema = {
$id
:
'user'
,
type
:
'object'
, properties: { name: {
type
:
'string'
} } }; module.exports = [publicSchema];