minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / schemas / config.json
1 {
2     "$id": "config.json",
3     "$schema": "http://json-schema.org/draft-07/schema#",
4     "type": "object",
5     "properties": {
6         "border": {
7             "$ref": "shared.json#/definitions/borders"
8         },
9         "columns": {
10             "$ref": "shared.json#/definitions/columns"
11         },
12         "columnDefault": {
13             "$ref": "shared.json#/definitions/column"
14         },
15         "drawHorizontalLine": {
16             "typeof": "function"
17         },
18         "singleLine": {
19             "typeof": "boolean"
20         }
21     },
22     "additionalProperties": false
23 }