Skip to content

Instantly share code, notes, and snippets.

View voitau's full-sized avatar

Alex Voitau voitau

View GitHub Profile
@voitau
voitau / car.json
Last active August 29, 2015 14:07
LoopBack: findOne() returns non-empty result if value of filter criteria is undefined
{
"name": "Car",
"plural": "Cars",
"base": "PersistedModel",
"properties": {
"number": {
"type": "string",
"required": true
}
},