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

9 lines
119 B
JSON
Raw Normal View History

{
"name": "profile",
"base": "PersistedModel",
"properties": {
"points": {
"type": "number"
}
}
}