UNPKG
neaty
Version:
latest (2.29.10)
2.29.10
2.29.9
2.29.8
2.29.7
2.29.6
2.29.5
2.29.4
2.29.3
2.29.2
2.29.1
2.29.0
2.28.1
2.28.0
2.27.0
2.26.0
Neaty: Open Source Framework for Node.js
neaty.io
strongloop/loopback
neaty
/
test
/
fixtures
/
shared-methods
/
both-configs-set
/
common
/
models
/
todo.json
19 lines
(18 loc)
•
283 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"Todo"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
true
,
"options"
:
{
"validateUpsert"
:
true
}
,
"properties"
:
{
"content"
:
{
"type"
:
"string"
,
"required"
:
true
}
}
,
"validations"
:
[
]
,
"relations"
:
{
}
,
"acls"
:
[
]
,
"methods"
:
{
}
}