changedInput schema / properties / body / properties / matchRules / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "monitorIds": {
- "anyOf": [
- {
- "items": {
- "format": "uuid",
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Monitor UUIDs to match for monitor_id_in rules"
- },
- "regions": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Region codes to match for region_in rules"
- },
- "type": {
- "description": "Rule type used to evaluate incidents and status events",
- "enum": [
- "severity_gte",
- "monitor_id_in",
- "region_in",
- "incident_status",
- "monitor_type_in",
- "service_id_in",
- "resource_group_id_in",
- "component_name_in",
- "monitor_tag_in"
- ],
- "type": "string"
- },
- "value": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Comparison value for single-value rules like severity_gte"
- },
- "values": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Values list for multi-value rules like monitor_type_in"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "properties": {
+ "monitorIds": {
+ "anyOf": [
+ {
+ "items": {
+ "format": "uuid",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Monitor UUIDs to match for monitor_id_in rules"
+ },
+ "regions": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Region codes to match for region_in rules"
+ },
+ "type": {
+ "description": "Rule type used to evaluate incidents and status events",
+ "enum": [
+ "severity_gte",
+ "monitor_id_in",
+ "region_in",
+ "incident_status",
+ "monitor_type_in",
+ "service_id_in",
+ "resource_group_id_in",
+ "component_name_in",
+ "monitor_tag_in"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Comparison value for single-value rules like severity_gte"
+ },
+ "values": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Values list for multi-value rules like monitor_type_in"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]