loopback/test/fixtures/simple-integration-app/common/models/store.json

17 lines
230 B
JSON

{
"name": "store",
"properties": {},
"scopes": {
"superStores": {
"where": {
"size": "super"
}
}
},
"relations": {
"widgets": {
"model": "widget",
"type": "hasMany"
}
}
}