changedInput schema / properties / receivers / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "body_extra": {
- "anyOf": [
- {
- "additionalProperties": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "integer"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "maxProperties": 10,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "description": "Static keys merged into the top level of the body. String, number, boolean or null values only.",
- "title": "Body Extra"
- },
- "body_wrap_as_string": {
- "default": false,
- "description": "JSON-encode the envelope to a string before placing it under body_wrap_key. Requires body_wrap_key.",
- "title": "Body Wrap As String",
- "type": "boolean"
- },
- "body_wrap_key": {
- "anyOf": [
- {
- "maxLength": 64,
- "pattern": "^[A-Za-z0-9_-]+(\\.[A-Za-z0-9_-]+)?$",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Place the alert envelope under this body key. Dot-separated for one level of nesting (e.g. variables.PAYLOAD).",
- "title": "Body Wrap Key"
- },
- "headers": {
- "anyOf": [
- {
- "additionalProperties": {
- "type": "string"
- },
- "maxProperties": 4,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "description": "POST headers.",
- "title": "Headers"
- },
- "type": {
- "const": "webhook",
- "title": "Type",
- "type": "string"
- },
- "url": {
- "maxLength": 2048,
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "type",
- "url"
- ],
- "title": "WebhookReceiver",
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "email",
- "title": "Type",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "title": "EmailReceiver",
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "chat_id": {
- "description": "Chat ID; start the alerts bot first.",
- "title": "Chat Id",
- "type": "string"
- },
- "type": {
- "const": "telegram",
- "title": "Type",
- "type": "string"
- }
- },
- "required": [
- "type",
- "chat_id"
- ],
- "title": "TelegramReceiver",
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "body_extra": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "maxProperties": 10,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Static keys merged into the top level of the body. String, number, boolean or null values only.",
+ "title": "Body Extra"
+ },
+ "body_wrap_as_string": {
+ "default": false,
+ "description": "JSON-encode the envelope to a string before placing it under body_wrap_key. Requires body_wrap_key.",
+ "title": "Body Wrap As String",
+ "type": "boolean"
+ },
+ "body_wrap_key": {
+ "anyOf": [
+ {
+ "maxLength": 64,
+ "pattern": "^[A-Za-z0-9_-]+(\\.[A-Za-z0-9_-]+)?$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Place the alert envelope under this body key. Dot-separated for one level of nesting (e.g. variables.PAYLOAD).",
+ "title": "Body Wrap Key"
+ },
+ "headers": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "maxProperties": 4,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "POST headers.",
+ "title": "Headers"
+ },
+ "type": {
+ "const": "webhook",
+ "title": "Type",
+ "type": "string"
+ },
+ "url": {
+ "maxLength": 2048,
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "url"
+ ],
+ "title": "WebhookReceiver",
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "email",
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "title": "EmailReceiver",
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "chat_id": {
+ "description": "Chat ID; start the alerts bot first.",
+ "maxLength": 64,
+ "title": "Chat Id",
+ "type": "string"
+ },
+ "type": {
+ "const": "telegram",
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "chat_id"
+ ],
+ "title": "TelegramReceiver",
+ "type": "object"
+ }
+]