ecd1a862b29d7fa78ddac63aea2b8c500015d1a4d035e8ec84bc8e314b62acb59f70715f4f7edc667770413ecf6a5950afa96d1679af8973ffb4deaaca6490 460 B

12345678910111213141516171819202122232425262728
  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. }