2020-08-25 23:57:08 +00:00
|
|
|
{
|
|
|
|
"$id": "streamConfig.json",
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"border": {
|
2021-02-26 03:58:33 +00:00
|
|
|
"$ref": "shared.json#/definitions/borders"
|
2020-08-25 23:57:08 +00:00
|
|
|
},
|
|
|
|
"columns": {
|
2021-02-26 03:58:33 +00:00
|
|
|
"$ref": "shared.json#/definitions/columns"
|
2020-08-25 23:57:08 +00:00
|
|
|
},
|
|
|
|
"columnDefault": {
|
2021-02-26 03:58:33 +00:00
|
|
|
"$ref": "shared.json#/definitions/column"
|
2020-08-25 23:57:08 +00:00
|
|
|
},
|
|
|
|
"columnCount": {
|
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
},
|
2021-02-26 03:58:33 +00:00
|
|
|
"additionalProperties": false
|
2020-08-25 23:57:08 +00:00
|
|
|
}
|