addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / page_num / description
Removed value: -"Page number (default 1)."
removedInput schema / properties / page_num / title
Removed value: -"Page Num"
removedInput schema / properties / page_size / description
Removed value: -"Number of items per page (default 20)."
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
removedInput schema / properties / service
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The service to use.",
- "title": "Service"
-}
removedInput schema / title
Removed value: -"zms_get_resource_protection_statusArguments"
addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"Aggregate ZMS status/metadata payload — kept nested."
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "Aggregate payload (counts/percentages).",
+ "title": "Data",
+ "type": "object"
+}
removedOutput schema / properties / result
Removed value: -{
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"zms_get_resource_protection_statusOutput"New value: +"AggregateStatus"