UNPKG

460 BJSONView Raw
1{
2 "type": "object",
3 "properties": {
4 "cacheDirectory": {
5 "oneOf": [
6 {
7 "type": "boolean"
8 },
9 {
10 "type": "string"
11 }
12 ],
13 "default": false
14 },
15 "cacheIdentifier": {
16 "type": "string"
17 },
18 "cacheCompression": {
19 "type": "boolean",
20 "default": true
21 },
22 "customize": {
23 "type": "string",
24 "default": null
25 }
26 },
27 "additionalProperties": true
28}