12 lines
218 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 %>"
},
"attributes": {
<%= attributes %>
}
}