Update config.json
Browse files- config.json +0 -93
config.json
CHANGED
@@ -1,95 +1,2 @@
|
|
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 |
-
"header": {
|
10 |
-
"type": "object",
|
11 |
-
"properties": {
|
12 |
-
"content": {
|
13 |
-
"type": "string"
|
14 |
-
},
|
15 |
-
"alignment": {
|
16 |
-
"$ref": "shared.json#/definitions/alignment"
|
17 |
-
},
|
18 |
-
"wrapWord": {
|
19 |
-
"type": "boolean"
|
20 |
-
},
|
21 |
-
"truncate": {
|
22 |
-
"type": "integer"
|
23 |
-
},
|
24 |
-
"paddingLeft": {
|
25 |
-
"type": "integer"
|
26 |
-
},
|
27 |
-
"paddingRight": {
|
28 |
-
"type": "integer"
|
29 |
-
}
|
30 |
-
},
|
31 |
-
"required": ["content"],
|
32 |
-
"additionalProperties": false
|
33 |
-
},
|
34 |
-
"columns": {
|
35 |
-
"$ref": "shared.json#/definitions/columns"
|
36 |
-
},
|
37 |
-
"columnDefault": {
|
38 |
-
"$ref": "shared.json#/definitions/column"
|
39 |
-
},
|
40 |
-
"drawVerticalLine": {
|
41 |
-
"typeof": "function"
|
42 |
-
},
|
43 |
-
"drawHorizontalLine": {
|
44 |
-
"typeof": "function"
|
45 |
-
},
|
46 |
-
"singleLine": {
|
47 |
-
"typeof": "boolean"
|
48 |
-
},
|
49 |
-
"spanningCells": {
|
50 |
-
"type": "array",
|
51 |
-
"items": {
|
52 |
-
"type": "object",
|
53 |
-
"properties": {
|
54 |
-
"col": {
|
55 |
-
"type": "integer",
|
56 |
-
"minimum": 0
|
57 |
-
},
|
58 |
-
"row": {
|
59 |
-
"type": "integer",
|
60 |
-
"minimum": 0
|
61 |
-
},
|
62 |
-
"colSpan": {
|
63 |
-
"type": "integer",
|
64 |
-
"minimum": 1
|
65 |
-
},
|
66 |
-
"rowSpan": {
|
67 |
-
"type": "integer",
|
68 |
-
"minimum": 1
|
69 |
-
},
|
70 |
-
"alignment": {
|
71 |
-
"$ref": "shared.json#/definitions/alignment"
|
72 |
-
},
|
73 |
-
"verticalAlignment": {
|
74 |
-
"$ref": "shared.json#/definitions/verticalAlignment"
|
75 |
-
},
|
76 |
-
"wrapWord": {
|
77 |
-
"type": "boolean"
|
78 |
-
},
|
79 |
-
"truncate": {
|
80 |
-
"type": "integer"
|
81 |
-
},
|
82 |
-
"paddingLeft": {
|
83 |
-
"type": "integer"
|
84 |
-
},
|
85 |
-
"paddingRight": {
|
86 |
-
"type": "integer"
|
87 |
-
}
|
88 |
-
},
|
89 |
-
"required": ["row", "col"],
|
90 |
-
"additionalProperties": false
|
91 |
-
}
|
92 |
-
}
|
93 |
-
},
|
94 |
-
"additionalProperties": false
|
95 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
}
|