19 lines
307 B
JSON
19 lines
307 B
JSON
|
{
|
||
|
"name": "storeWithReplaceOnPUTfalse",
|
||
|
"plural": "stores-updating",
|
||
|
"properties": {},
|
||
|
"scopes": {
|
||
|
"superStores": {
|
||
|
"where": {
|
||
|
"size": "super"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"widgets": {
|
||
|
"model": "widget",
|
||
|
"type": "hasMany"
|
||
|
}
|
||
|
},
|
||
|
"replaceOnPUT": false
|
||
|
}
|