15 lines
261 B
Plaintext
Raw Normal View History

2016-08-10 11:00:56 +02:00
{
"connection": "<%= connection %>",
2018-05-14 12:05:09 +02:00
"collectionName": "<%= collectionName || '' %>",
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
"options": {
"timestamps": true
},
"attributes": {
2018-05-14 12:05:09 +02:00
<%= attributes %>
}
2016-08-10 11:00:56 +02:00
}