Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
460 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.