From 26ee1b2e3cb01ecbeb763ec40a619ce50128079b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 26 Apr 2023 17:27:57 +0200 Subject: [PATCH] [mod] doc:schema --- doc/hmdl.schema.json | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/doc/hmdl.schema.json b/doc/hmdl.schema.json index 8b39804..1e9522e 100644 --- a/doc/hmdl.schema.json +++ b/doc/hmdl.schema.json @@ -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": [