cache.json 187 B

12345678910111213
  1. {
  2. "properties": {
  3. "beforeRequest": {
  4. "$ref": "#cacheEntry"
  5. },
  6. "afterRequest": {
  7. "$ref": "#cacheEntry"
  8. },
  9. "comment": {
  10. "type": "string"
  11. }
  12. }
  13. }