You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
460 B
29 lines
460 B
{
|
|
"type": "object",
|
|
"properties": {
|
|
"cacheDirectory": {
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string"
|
|
}
|
|
],
|
|
"default": false
|
|
},
|
|
"cacheIdentifier": {
|
|
"type": "string"
|
|
},
|
|
"cacheCompression": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"customize": {
|
|
"type": "string",
|
|
"default": null
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|