12 lines
228 B
Plaintext
Raw Normal View History

{
"connection": "<%= connection %>",
2017-08-11 18:23:19 +02:00
"collectionName": "<%= collectionName || idPluralized %>",
2017-09-05 11:42:21 +02:00
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
"attributes": {
<%= attributes %>
}
}