changedOutput schema / properties / result / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "list",
- "type": "string"
- },
- "count": {
- "type": "number"
- },
- "plugins": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "name": {
- "type": "string"
- },
- "status": {
- "type": "string"
- },
- "version": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "action",
- "plugins",
- "count"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "action": {
- "const": "validate",
- "type": "string"
- },
- "results": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "errors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "name": {
- "type": "string"
- },
- "valid": {
- "type": "boolean"
- }
- },
- "required": [
- "name",
- "valid"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "action",
- "results"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "list",
+ "type": "string"
+ },
+ "count": {
+ "type": "number"
+ },
+ "plugins": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "checks": {
+ "type": "number"
+ },
+ "commandCount": {
+ "type": "number"
+ },
+ "mcpToolCount": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "action",
+ "plugins",
+ "count"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "const": "validate",
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "errors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "valid": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "name",
+ "valid"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "action",
+ "results"
+ ],
+ "type": "object"
+ }
+]