[mod] doc:schema
This commit is contained in:
parent
dfae9cb4aa
commit
26ee1b2e3c
|
|
@ -510,6 +510,10 @@
|
|||
"required": [
|
||||
"path"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -564,6 +568,10 @@
|
|||
"required": [
|
||||
"path"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -611,6 +619,10 @@
|
|||
"required": [
|
||||
"host"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -659,6 +671,11 @@
|
|||
"type": "float",
|
||||
"default": 5.0
|
||||
},
|
||||
"follow_redirects": {
|
||||
"description": "whether redirect instructions in responses shall be followend instead of being exposed as result",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"response": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
|
@ -693,15 +710,15 @@
|
|||
"description": "whether a violation of this check shall be leveled as critical instead of concerning",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"request"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -765,6 +782,10 @@
|
|||
"required": [
|
||||
"host"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"description": "custom data, which shall be attached to notifications",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue