loopback model properties

Solutions on MaxInterview for loopback model properties by the best coders in the world

showing results for - "loopback model properties"
Henry
08 Aug 2019
1MyModel.definition.properties
Claudio
14 Feb 2016
1...
2"prop": {
3   "type": "boolean",
4   "required": true,
5   "default": false
6 },
7 ...