addedOutput schema / properties
Added value: +{
+ "data": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "patch_approvals": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "approvals": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Approval records (capped at detail_limit)",
+ "title": "Approvals"
+ },
+ "pending_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Approvals awaiting a manual decision (manual_approval is null)",
+ "title": "Pending Count"
+ }
+ },
+ "title": "PatchApprovalsSection",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "patch_policy_schedules": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Patch-policy schedule entries (capped at detail_limit)",
+ "title": "Patch Policy Schedules"
+ },
+ "prepatch_report": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "devices": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Per-device prepatch records (capped at detail_limit)",
+ "title": "Devices"
+ },
+ "summary": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Aggregate counts",
+ "title": "Summary"
+ },
+ "total_devices_needing_patches": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Devices with one or more pending patches",
+ "title": "Total Devices Needing Patches"
+ }
+ },
+ "title": "PrepatchReportSection",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "readiness_summary": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "active_patch_policies": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Active Patch Policies"
+ },
+ "devices_needing_patches": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Devices Needing Patches"
+ },
+ "pending_approvals": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pending Approvals"
+ }
+ },
+ "title": "ReadinessSummary",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "title": "PatchTuesdayReadinessData",
+ "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"
+ }
+}