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.

28 lines
460 B

3 months ago
  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. }