changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedOutput schema / $defs
Added value: +{
+ "__schema0": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "enum": [
+ "from_is",
+ "from_contains",
+ "recipient_is",
+ "plus_tag_is",
+ "subject_contains"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "enum": [
+ "has_attachment",
+ "list_unsubscribe_exists"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "conditions": {
+ "items": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "maxItems": 10,
+ "minItems": 1,
+ "type": "array"
+ },
+ "match_mode": {
+ "enum": [
+ "all",
+ "any"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "group",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "match_mode",
+ "conditions"
+ ],
+ "type": "object"
+ }
+ ]
+ }
+}
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
removedOutput schema / definitions
Removed value: -{
- "__schema0": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "enum": [
- "from_is",
- "from_contains",
- "recipient_is",
- "plus_tag_is",
- "subject_contains"
- ],
- "type": "string"
- },
- "value": {
- "maxLength": 256,
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "type",
- "value"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "enum": [
- "has_attachment",
- "list_unsubscribe_exists"
- ],
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "conditions": {
- "items": {
- "$ref": "#/definitions/__schema0"
- },
- "maxItems": 10,
- "minItems": 1,
- "type": "array"
- },
- "match_mode": {
- "enum": [
- "all",
- "any"
- ],
- "type": "string"
- },
- "type": {
- "const": "group",
- "type": "string"
- }
- },
- "required": [
- "type",
- "match_mode",
- "conditions"
- ],
- "type": "object"
- }
- ]
- }
-}
changedOutput schema / properties / rules / properties / rules / items / properties / actions / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "target": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "system",
- "type": "string"
- },
- "role": {
- "enum": [
- "inbox",
- "archive",
- "junk",
- "trash"
- ],
- "type": "string"
- }
- },
- "required": [
- "kind",
- "role"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "folder_id": {
- "maxLength": 256,
- "minLength": 1,
- "type": "string"
- },
- "kind": {
- "const": "custom",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "folder_id"
- ],
- "type": "object"
- }
- ]
- },
- "type": {
- "const": "move",
- "type": "string"
- }
- },
- "required": [
- "type",
- "target"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "enum": [
- "mark_read",
- "star"
- ],
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "send_webhook",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "instructions": {
- "maxLength": 2000,
- "minLength": 1,
- "type": "string"
- },
- "reply_mode": {
- "enum": [
- "reply",
- "reply_all"
- ],
- "type": "string"
- },
- "type": {
- "const": "ai_draft_reply",
- "type": "string"
- }
- },
- "required": [
- "type",
- "instructions",
- "reply_mode"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "target": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "system",
+ "type": "string"
+ },
+ "role": {
+ "enum": [
+ "inbox",
+ "archive",
+ "junk",
+ "trash"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "role"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "folder_id": {
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ },
+ "kind": {
+ "const": "custom",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "folder_id"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "type": {
+ "const": "move",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "target"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "enum": [
+ "mark_read",
+ "star"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "send_webhook",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ }
+]
changedOutput schema / properties / rules / properties / rules / items / properties / actions / maxItems
Previous value: -5New value: +4
changedOutput schema / properties / rules / properties / rules / items / properties / conditions / items / $ref
Previous value: -"#/definitions/__schema0"New value: +"#/$defs/__schema0"