This gets auto populated: ``` "date": { "type": "Date", "required": true }, ``` whist this doesn't: ``` "date": { "type": "date", "required": true }, ``` Both are valid schema definitions that mean the same thing to Loopback. They should both cause the property value to be auto populated
This gets auto populated:
whist this doesn't:
Both are valid schema definitions that mean the same thing to Loopback. They should both cause the property value to be auto populated