2018-03-05 17:26:55 +01:00

15 lines
261 B
Plaintext
Executable File

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