Skip to main content
Glama

AxioRank: Zero-Trust for AI Agents

Create a policy (disabled)

axiorank_create_policy

Create an outbound governance policy. It is created DISABLED so an LLM can never arm enforcement unattended. Review it (axiorank_get_policy) then enable it with axiorank_update_policy. toolPattern is a glob over tool names; action is allow / deny / require_approval / redact (redact masks PII in a model completion). Requires the policies:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
actionYes
contextNo
priorityNo
toolPatternYes
riskThresholdNo
signalCategoryNo
enforcementModeNoenforce

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "ids": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "agentDaysOld": {
      -        "properties": {
      -          "lte": {
      -            "maximum": 3650,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "lte"
      -        ],
      -        "type": "object"
      -      },
      -      "agentRisk": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 100,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "args": {
      -        "items": {
      -          "properties": {
      -            "anyOf": {
      -              "items": {
      -                "maxLength": 200,
      -                "minLength": 1,
      -                "type": "string"
      -              },
      -              "maxItems": 64,
      -              "minItems": 1,
      -              "type": "array"
      -            },
      -            "contains": {
      -              "maxLength": 200,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "exists": {
      -              "type": "boolean"
      -            },
      -            "glob": {
      -              "maxLength": 200,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "gt": {
      -              "type": "number"
      -            },
      -            "gte": {
      -              "type": "number"
      -            },
      -            "lt": {
      -              "type": "number"
      -            },
      -            "lte": {
      -              "type": "number"
      -            },
      -            "negate": {
      -              "type": "boolean"
      -            },
      -            "path": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "regex": {
      -              "maxLength": 512,
      -              "minLength": 1,
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "path"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 10,
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "chain": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "exfiltration",
      -                "recon_then_destroy",
      -                "injection_then_action"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 3,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "minSeverity": {
      -            "enum": [
      -              "low",
      -              "medium",
      -              "high",
      -              "critical"
      -            ],
      -            "type": "string"
      -          },
      -          "valueConfirmed": {
      -            "type": "boolean"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "agentDaysOld": {
      +        "properties": {
      +          "lte": {
      +            "maximum": 3650,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "lte"
      +        ],
      +        "type": "object"
      +      },
      +      "agentRisk": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 100,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "args": {
      +        "items": {
      +          "properties": {
      +            "anyOf": {
      +              "items": {
      +                "maxLength": 200,
      +                "minLength": 1,
      +                "type": "string"
      +              },
      +              "maxItems": 64,
      +              "minItems": 1,
      +              "type": "array"
      +            },
      +            "contains": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "exists": {
      +              "type": "boolean"
      +            },
      +            "glob": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "gt": {
      +              "type": "number"
      +            },
      +            "gte": {
      +              "type": "number"
      +            },
      +            "lt": {
      +              "type": "number"
      +            },
      +            "lte": {
      +              "type": "number"
      +            },
      +            "negate": {
      +              "type": "boolean"
      +            },
      +            "path": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "regex": {
      +              "maxLength": 512,
      +              "minLength": 1,
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "path"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 10,
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "chain": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "exfiltration",
      +                "recon_then_destroy",
      +                "injection_then_action"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 3,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "minSeverity": {
      +            "enum": [
      +              "low",
      +              "medium",
      +              "high",
      +              "critical"
      +            ],
      +            "type": "string"
      +          },
      +          "valueConfirmed": {
      +            "type": "boolean"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "commerce": {
      +        "properties": {
      +          "onViolation": {
      +            "type": "boolean"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ifc": {
      +        "properties": {
      +          "destinations": {
      +            "items": {
      +              "maxLength": 253,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "propagation": {
      +            "enum": [
      +              "explicit",
      +              "coarse"
      +            ],
      +            "type": "string"
      +          },
      +          "sinkTypes": {
      +            "items": {
      +              "enum": [
      +                "egress",
      +                "destructive",
      +                "state_change"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 3,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "sourceTags": {
      +            "items": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 16,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "ids": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "agentDaysOld": {
      -        "properties": {
      -          "lte": {
      -            "maximum": 3650,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "lte"
      -        ],
      -        "type": "object"
      -      },
      -      "agentRisk": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 100,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "args": {
      -        "items": {
      -          "properties": {
      -            "anyOf": {
      -              "items": {
      -                "maxLength": 200,
      -                "minLength": 1,
      -                "type": "string"
      -              },
      -              "maxItems": 64,
      -              "minItems": 1,
      -              "type": "array"
      -            },
      -            "contains": {
      -              "maxLength": 200,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "exists": {
      -              "type": "boolean"
      -            },
      -            "glob": {
      -              "maxLength": 200,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "gt": {
      -              "type": "number"
      -            },
      -            "gte": {
      -              "type": "number"
      -            },
      -            "lt": {
      -              "type": "number"
      -            },
      -            "lte": {
      -              "type": "number"
      -            },
      -            "negate": {
      -              "type": "boolean"
      -            },
      -            "path": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "regex": {
      -              "maxLength": 512,
      -              "minLength": 1,
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "path"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 10,
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "agentDaysOld": {
      +        "properties": {
      +          "lte": {
      +            "maximum": 3650,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "lte"
      +        ],
      +        "type": "object"
      +      },
      +      "agentRisk": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 100,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "args": {
      +        "items": {
      +          "properties": {
      +            "anyOf": {
      +              "items": {
      +                "maxLength": 200,
      +                "minLength": 1,
      +                "type": "string"
      +              },
      +              "maxItems": 64,
      +              "minItems": 1,
      +              "type": "array"
      +            },
      +            "contains": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "exists": {
      +              "type": "boolean"
      +            },
      +            "glob": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "gt": {
      +              "type": "number"
      +            },
      +            "gte": {
      +              "type": "number"
      +            },
      +            "lt": {
      +              "type": "number"
      +            },
      +            "lte": {
      +              "type": "number"
      +            },
      +            "negate": {
      +              "type": "boolean"
      +            },
      +            "path": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "regex": {
      +              "maxLength": 512,
      +              "minLength": 1,
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "path"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 10,
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "chain": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "exfiltration",
      +                "recon_then_destroy",
      +                "injection_then_action"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 3,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "minSeverity": {
      +            "enum": [
      +              "low",
      +              "medium",
      +              "high",
      +              "critical"
      +            ],
      +            "type": "string"
      +          },
      +          "valueConfirmed": {
      +            "type": "boolean"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  3. Changed1 schema field changed
    • changedInput schema / properties / signalCategory / anyOf
      Previous value: -[
      -  {
      -    "enum": [
      -      "secret",
      -      "pii",
      -      "destructive",
      -      "injection",
      -      "egress"
      -    ],
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "enum": [
      +      "secret",
      +      "pii",
      +      "destructive",
      +      "injection",
      +      "egress",
      +      "malware",
      +      "financial"
      +    ],
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  4. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "ids": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "agentDaysOld": {
      -        "properties": {
      -          "lte": {
      -            "maximum": 3650,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "lte"
      -        ],
      -        "type": "object"
      -      },
      -      "agentRisk": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 100,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "agentDaysOld": {
      +        "properties": {
      +          "lte": {
      +            "maximum": 3650,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "lte"
      +        ],
      +        "type": "object"
      +      },
      +      "agentRisk": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 100,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "args": {
      +        "items": {
      +          "properties": {
      +            "anyOf": {
      +              "items": {
      +                "maxLength": 200,
      +                "minLength": 1,
      +                "type": "string"
      +              },
      +              "maxItems": 64,
      +              "minItems": 1,
      +              "type": "array"
      +            },
      +            "contains": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "exists": {
      +              "type": "boolean"
      +            },
      +            "glob": {
      +              "maxLength": 200,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "gt": {
      +              "type": "number"
      +            },
      +            "gte": {
      +              "type": "number"
      +            },
      +            "lt": {
      +              "type": "number"
      +            },
      +            "lte": {
      +              "type": "number"
      +            },
      +            "negate": {
      +              "type": "boolean"
      +            },
      +            "path": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "regex": {
      +              "maxLength": 512,
      +              "minLength": 1,
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "path"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 10,
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  5. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "ids": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "agentRisk": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 100,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "agentDaysOld": {
      +        "properties": {
      +          "lte": {
      +            "maximum": 3650,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "lte"
      +        ],
      +        "type": "object"
      +      },
      +      "agentRisk": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 100,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  6. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "ids": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "agentRisk": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 100,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  7. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "callCostUsd": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "model": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "maxLength": 120,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "ids": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  8. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "attributes": {
      -            "additionalProperties": {
      -              "properties": {
      -                "anyOf": {
      -                  "items": {
      -                    "maxLength": 120,
      -                    "minLength": 1,
      -                    "type": "string"
      -                  },
      -                  "maxItems": 64,
      -                  "minItems": 1,
      -                  "type": "array"
      -                },
      -                "negate": {
      -                  "type": "boolean"
      -                }
      -              },
      -              "required": [
      -                "anyOf"
      -              ],
      -              "type": "object"
      -            },
      -            "propertyNames": {
      -              "maxLength": 60,
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "type": "object"
      -          },
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "callCostUsd": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "model": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "maxLength": 120,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  9. Changed1 schema field changed
    • addedInput schema / properties / enforcementMode
      Added value: +{
      +  "default": "enforce",
      +  "enum": [
      +    "monitor",
      +    "enforce"
      +  ],
      +  "type": "string"
      +}
  10. Changed1 schema field changed
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "allow",
      -  "deny",
      -  "require_approval"
      -]New value: +[
      +  "allow",
      +  "deny",
      +  "require_approval",
      +  "redact"
      +]
  11. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "budget": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1000000000,
      -            "minimum": 0,
      -            "type": "number"
      -          },
      -          "metric": {
      -            "enum": [
      -              "calls",
      -              "cost_usd"
      -            ],
      -            "type": "string"
      -          },
      -          "window": {
      -            "enum": [
      -              "hour",
      -              "day",
      -              "month"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "metric",
      -          "window",
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "geo": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "pattern": "^[A-Za-z]{2}$",
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "attributes": {
      +            "additionalProperties": {
      +              "properties": {
      +                "anyOf": {
      +                  "items": {
      +                    "maxLength": 120,
      +                    "minLength": 1,
      +                    "type": "string"
      +                  },
      +                  "maxItems": 64,
      +                  "minItems": 1,
      +                  "type": "array"
      +                },
      +                "negate": {
      +                  "type": "boolean"
      +                }
      +              },
      +              "required": [
      +                "anyOf"
      +              ],
      +              "type": "object"
      +            },
      +            "propertyNames": {
      +              "maxLength": 60,
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  12. Changed1 schema field changed
    • changedInput schema / properties / context / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "agent": {
      -        "properties": {
      -          "labels": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "ip": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "minLength": 1,
      -              "type": "string"
      -            },
      -            "maxItems": 64,
      -            "minItems": 1,
      -            "type": "array"
      -          },
      -          "negate": {
      -            "type": "boolean"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "mlThreatClass": {
      -        "properties": {
      -          "anyOf": {
      -            "items": {
      -              "enum": [
      -                "prompt_injection",
      -                "jailbreak",
      -                "data_exfiltration",
      -                "malware",
      -                "social_engineering",
      -                "policy_violation"
      -              ],
      -              "type": "string"
      -            },
      -            "maxItems": 6,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "anyOf"
      -        ],
      -        "type": "object"
      -      },
      -      "novelty": {
      -        "properties": {
      -          "gte": {
      -            "maximum": 1,
      -            "minimum": 0,
      -            "type": "number"
      -          }
      -        },
      -        "required": [
      -          "gte"
      -        ],
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "environment": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "production",
      -                    "staging",
      -                    "development",
      -                    "unknown"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 4,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "host": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "maxLength": 120,
      -                  "minLength": 1,
      -                  "type": "string"
      -                },
      -                "maxItems": 64,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          },
      -          "type": {
      -            "properties": {
      -              "anyOf": {
      -                "items": {
      -                  "enum": [
      -                    "database",
      -                    "http_api",
      -                    "filesystem",
      -                    "messaging",
      -                    "other"
      -                  ],
      -                  "type": "string"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "type": "array"
      -              },
      -              "negate": {
      -                "type": "boolean"
      -              }
      -            },
      -            "required": [
      -              "anyOf"
      -            ],
      -            "type": "object"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "time": {
      -        "properties": {
      -          "negate": {
      -            "type": "boolean"
      -          },
      -          "tz": {
      -            "maxLength": 64,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          "windows": {
      -            "items": {
      -              "properties": {
      -                "days": {
      -                  "items": {
      -                    "maximum": 6,
      -                    "minimum": 0,
      -                    "type": "integer"
      -                  },
      -                  "type": "array"
      -                },
      -                "end": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                },
      -                "start": {
      -                  "pattern": "^\\d{1,2}:\\d{2}$",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "start",
      -                "end"
      -              ],
      -              "type": "object"
      -            },
      -            "maxItems": 32,
      -            "minItems": 1,
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "windows"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "agent": {
      +        "properties": {
      +          "labels": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "budget": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1000000000,
      +            "minimum": 0,
      +            "type": "number"
      +          },
      +          "metric": {
      +            "enum": [
      +              "calls",
      +              "cost_usd"
      +            ],
      +            "type": "string"
      +          },
      +          "window": {
      +            "enum": [
      +              "hour",
      +              "day",
      +              "month"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "metric",
      +          "window",
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "geo": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "pattern": "^[A-Za-z]{2}$",
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "ip": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "minLength": 1,
      +              "type": "string"
      +            },
      +            "maxItems": 64,
      +            "minItems": 1,
      +            "type": "array"
      +          },
      +          "negate": {
      +            "type": "boolean"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "mlThreatClass": {
      +        "properties": {
      +          "anyOf": {
      +            "items": {
      +              "enum": [
      +                "prompt_injection",
      +                "jailbreak",
      +                "data_exfiltration",
      +                "malware",
      +                "social_engineering",
      +                "policy_violation"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "anyOf"
      +        ],
      +        "type": "object"
      +      },
      +      "novelty": {
      +        "properties": {
      +          "gte": {
      +            "maximum": 1,
      +            "minimum": 0,
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "gte"
      +        ],
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "environment": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "production",
      +                    "staging",
      +                    "development",
      +                    "unknown"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 4,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "host": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "maxLength": 120,
      +                  "minLength": 1,
      +                  "type": "string"
      +                },
      +                "maxItems": 64,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          },
      +          "type": {
      +            "properties": {
      +              "anyOf": {
      +                "items": {
      +                  "enum": [
      +                    "database",
      +                    "http_api",
      +                    "filesystem",
      +                    "messaging",
      +                    "other"
      +                  ],
      +                  "type": "string"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "type": "array"
      +              },
      +              "negate": {
      +                "type": "boolean"
      +              }
      +            },
      +            "required": [
      +              "anyOf"
      +            ],
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "time": {
      +        "properties": {
      +          "negate": {
      +            "type": "boolean"
      +          },
      +          "tz": {
      +            "maxLength": 64,
      +            "minLength": 1,
      +            "type": "string"
      +          },
      +          "windows": {
      +            "items": {
      +              "properties": {
      +                "days": {
      +                  "items": {
      +                    "maximum": 6,
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "type": "array"
      +                },
      +                "end": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                },
      +                "start": {
      +                  "pattern": "^\\d{1,2}:\\d{2}$",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "start",
      +                "end"
      +              ],
      +              "type": "object"
      +            },
      +            "maxItems": 32,
      +            "minItems": 1,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "windows"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  13. First observed

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses that policies are created disabled, requires the 'policies:write' scope, and explains the action enum semantics (e.g., 'redact masks PII'). These are meaningful behavioral traits not present in the schema or annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, each adding value: purpose, safety note, workflow, and parameter/scope details. No redundant or vague phrasing; all content is directly actionable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a complex optional `context` parameter, but the description focuses on the core create workflow, required scope, and action semantics. It does not describe the response return value or elaborate on optional conditions; however, the key steps (create→get→update) are covered. Given the complexity, slightly more detail could be added, but it's largely complete for a create tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at 0%, the description must compensate. It explains `toolPattern` (glob over tool names) and `action` (allow/deny/require_approval/redact with redact semantics), but does not cover the other six parameters (name, context, priority, riskThreshold, signalCategory, enforcementMode). This partial coverage earns a mid-range score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create an outbound governance policy' with a specific verb and resource, distinguishing it from sibling tools like axiorank_get_policy, axiorank_update_policy, and axiorank_list_policies. The workflow references make its unique role explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs when to use this tool ('Create') versus siblings: 'Review it (axiorank_get_policy) then enable it with axiorank_update_policy.' It also explains the safety rationale for creating policies disabled, giving clear context on usage intent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources