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

10 lines
135 B
JSON

{
"name": "widget",
"properties": {},
"relations": {
"store": {
"model": "store",
"type": "belongsTo"
}
}
}