* add start_time config and correct primary_key * correct integration tests * correct type * config txt and primary_key
22 lines
343 B
JSON
22 lines
343 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
},
|
|
"is_default": {
|
|
"type": "boolean"
|
|
},
|
|
"unsubscribes": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|