2018-05-14 12:05:09 +02:00

15 lines
261 B
Plaintext
Executable File

{
"connection": "<%= connection %>",
"collectionName": "<%= collectionName || '' %>",
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
"options": {
"timestamps": true
},
"attributes": {
<%= attributes %>
}
}