9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"table": "example_table",
|
|
"templates": [
|
|
"example_table created in {date}",
|
|
"count of records in example_table",
|
|
"example_table where status = {status}"
|
|
]
|
|
}
|