changedOutput schema / properties / result / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "update",
- "type": "string"
- },
- "ip": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "server": {
- "type": "string"
- },
- "success": {
- "type": "boolean"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "action",
- "success",
- "server",
- "ip",
- "message",
- "suggested_actions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "restart",
- "type": "string"
- },
- "finalStatus": {
- "type": "string"
- },
- "ip": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "server": {
- "type": "string"
- },
- "success": {
- "type": "boolean"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "action",
- "success",
- "server",
- "ip",
- "message",
- "finalStatus",
- "suggested_actions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "maintain",
- "type": "string"
- },
- "ip": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "server": {
- "type": "string"
- },
- "steps": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "error": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "status": {
- "type": "string"
- },
- "step": {
- "type": "string"
- }
- },
- "required": [
- "step",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "success": {
- "type": "boolean"
- },
- "suggested_actions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "command": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- }
- },
- "required": [
- "command",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "summary": {
- "additionalProperties": false,
- "properties": {
- "failure": {
- "type": "number"
- },
- "skipped": {
- "type": "number"
- },
- "success": {
- "type": "number"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "total",
- "success",
- "failure",
- "skipped"
- ],
- "type": "object"
- }
- },
- "required": [
- "action",
- "success",
- "server",
- "ip",
- "provider",
- "steps",
- "summary",
- "suggested_actions"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "update",
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "server": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "action",
+ "success",
+ "server",
+ "ip",
+ "message",
+ "suggested_actions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "restart",
+ "type": "string"
+ },
+ "finalStatus": {
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "server": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "action",
+ "success",
+ "server",
+ "ip",
+ "message",
+ "finalStatus",
+ "suggested_actions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "maintain",
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "server": {
+ "type": "string"
+ },
+ "steps": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "error": {
+ "type": "string"
+ },
+ "hint": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "step": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "step",
+ "name",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "suggested_actions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "command",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "properties": {
+ "failure": {
+ "type": "number"
+ },
+ "skipped": {
+ "type": "number"
+ },
+ "success": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "success",
+ "failure",
+ "skipped"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "action",
+ "success",
+ "server",
+ "ip",
+ "provider",
+ "steps",
+ "summary",
+ "suggested_actions"
+ ],
+ "type": "object"
+ }
+]