addedOutput schema / properties
Added value: +{
+ "data": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "operations": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Per-operation result; each carries action, policy fields, and request body",
+ "title": "Operations"
+ },
+ "preview": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "True when no write was performed (dry-run review)",
+ "title": "Preview"
+ }
+ },
+ "title": "PolicyChangeData",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "metadata": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Pagination, errors, per-section summaries, token-budget warnings, and correlation metadata. Shape varies per call.",
+ "title": "Metadata"
+ }
+}