9 lines
185 B
Plaintext
Raw Normal View History

{
"connection": "<%= connection %>",
"description": "<%= description %>",
2017-08-11 18:23:19 +02:00
"collectionName": "<%= collectionName || idPluralized %>",
"attributes": {
<%= attributes %>
}
}