loopback-datasource-juggler/examples/jdb-schemas.json

15 lines
214 B
JSON
Raw Permalink Normal View History

{
2014-01-24 17:09:53 +00:00
"title": {
"type": "String"
},
"author": {
"type": "String",
"default": "Raymond"
},
"body": "String",
"date": {
"type": "Date"
},
"hidden": "Boolean",
"comments": ["String"]
}