Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
400 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$id": "cache.json#",
|
---|
| 3 | "$schema": "http://json-schema.org/draft-06/schema#",
|
---|
| 4 | "properties": {
|
---|
| 5 | "beforeRequest": {
|
---|
| 6 | "oneOf": [
|
---|
| 7 | { "type": "null" },
|
---|
| 8 | { "$ref": "beforeRequest.json#" }
|
---|
| 9 | ]
|
---|
| 10 | },
|
---|
| 11 | "afterRequest": {
|
---|
| 12 | "oneOf": [
|
---|
| 13 | { "type": "null" },
|
---|
| 14 | { "$ref": "afterRequest.json#" }
|
---|
| 15 | ]
|
---|
| 16 | },
|
---|
| 17 | "comment": {
|
---|
| 18 | "type": "string"
|
---|
| 19 | }
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.