cache.json 343 B

1234567891011121314151617181920
  1. {
  2. "id": "cache.json#",
  3. "properties": {
  4. "beforeRequest": {
  5. "oneOf": [
  6. { "type": "null" },
  7. { "$ref": "beforeRequest.json#" }
  8. ]
  9. },
  10. "afterRequest": {
  11. "oneOf": [
  12. { "type": "null" },
  13. { "$ref": "afterRequest.json#" }
  14. ]
  15. },
  16. "comment": {
  17. "type": "string"
  18. }
  19. }
  20. }