15 lines
261 B
Plaintext
Raw Normal View History

{
"connection": "<%= connection %>",
2017-09-30 18:23:21 +02:00
"collectionName": "<%= collectionName || '' %>",
2017-09-05 11:42:21 +02:00
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
2018-03-05 17:26:55 +01:00
"options": {
"timestamps": true
},
"attributes": {
<%= attributes %>
}
}