addedOutput schema / properties / data / additionalProperties
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "risk": {
+ "enum": [
+ "database",
+ "credentials",
+ "nodes",
+ "filesystem"
+ ],
+ "type": "string"
+ },
+ "sections": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "location": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "node",
+ "type": "string"
+ },
+ "nodeId": {
+ "type": "string"
+ },
+ "nodeName": {
+ "type": "string"
+ },
+ "nodeType": {
+ "type": "string"
+ },
+ "workflowId": {
+ "type": "string"
+ },
+ "workflowName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "workflowId",
+ "workflowName",
+ "nodeId",
+ "nodeName",
+ "nodeType"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "const": "credential",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "community",
+ "type": "string"
+ },
+ "nodeType": {
+ "type": "string"
+ },
+ "packageUrl": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "nodeType",
+ "packageUrl"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "filePath": {
+ "type": "string"
+ },
+ "kind": {
+ "const": "custom",
+ "type": "string"
+ },
+ "nodeType": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "nodeType",
+ "filePath"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ }
+ ]
+ },
+ "recommendation": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "description",
+ "recommendation",
+ "location"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ }
+ },
+ "required": [
+ "risk",
+ "sections"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "risk": {
+ "const": "instance",
+ "type": "string"
+ },
+ "sections": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "location": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "kind": {
+ "const": "node",
+ "type": "string"
+ },
+ "nodeId": {
+ "type": "string"
+ },
+ "nodeName": {
+ "type": "string"
+ },
+ "nodeType": {
+ "type": "string"
+ },
+ "workflowId": {
+ "type": "string"
+ },
+ "workflowName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "workflowId",
+ "workflowName",
+ "nodeId",
+ "nodeName",
+ "nodeType"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ },
+ "nextVersions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "documentationUrl": {
+ "type": "string"
+ },
+ "hasBreakingChange": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "hasSecurityFix": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "hasSecurityIssue": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "nodes": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "iconData": {
+ "additionalProperties": false,
+ "properties": {
+ "fileBuffer": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "fileBuffer"
+ ],
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "parameters": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "position": {
+ "items": {
+ "type": "number"
+ },
+ "maxItems": 2,
+ "minItems": 2,
+ "type": "array"
+ },
+ "type": {
+ "type": "string"
+ },
+ "typeVersion": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "name",
+ "type",
+ "typeVersion",
+ "position",
+ "parameters"
+ ],
+ "type": "object"
+ },
+ "maxItems": 1000,
+ "type": "array"
+ },
+ "securityIssueFixVersion": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "nodes",
+ "createdAt",
+ "description",
+ "documentationUrl"
+ ],
+ "type": "object"
+ },
+ "maxItems": 1000,
+ "type": "array"
+ },
+ "recommendation": {
+ "type": "string"
+ },
+ "settings": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "description",
+ "recommendation"
+ ],
+ "type": "object"
+ },
+ "maxItems": 10000,
+ "type": "array"
+ }
+ },
+ "required": [
+ "risk",
+ "sections"
+ ],
+ "type": "object"
+ }
+ ]
+}
removedOutput schema / properties / data / anyOf
Removed value: -[
- {
- "additionalProperties": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "risk": {
- "enum": [
- "database",
- "credentials",
- "nodes",
- "filesystem"
- ],
- "type": "string"
- },
- "sections": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "location": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "node",
- "type": "string"
- },
- "nodeId": {
- "type": "string"
- },
- "nodeName": {
- "type": "string"
- },
- "nodeType": {
- "type": "string"
- },
- "workflowId": {
- "type": "string"
- },
- "workflowName": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "workflowId",
- "workflowName",
- "nodeId",
- "nodeName",
- "nodeType"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- },
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "kind": {
- "const": "credential",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "id",
- "name"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- },
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "community",
- "type": "string"
- },
- "nodeType": {
- "type": "string"
- },
- "packageUrl": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "nodeType",
- "packageUrl"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- },
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "filePath": {
- "type": "string"
- },
- "kind": {
- "const": "custom",
- "type": "string"
- },
- "nodeType": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "nodeType",
- "filePath"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- }
- ]
- },
- "recommendation": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "title",
- "description",
- "recommendation",
- "location"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- }
- },
- "required": [
- "risk",
- "sections"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "risk": {
- "const": "instance",
- "type": "string"
- },
- "sections": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "location": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "const": "node",
- "type": "string"
- },
- "nodeId": {
- "type": "string"
- },
- "nodeName": {
- "type": "string"
- },
- "nodeType": {
- "type": "string"
- },
- "workflowId": {
- "type": "string"
- },
- "workflowName": {
- "type": "string"
- }
- },
- "required": [
- "kind",
- "workflowId",
- "workflowName",
- "nodeId",
- "nodeName",
- "nodeType"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- },
- "nextVersions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "createdAt": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "documentationUrl": {
- "type": "string"
- },
- "hasBreakingChange": {
- "type": "boolean"
- },
- "hasSecurityFix": {
- "type": "boolean"
- },
- "hasSecurityIssue": {
- "type": "boolean"
- },
- "name": {
- "type": "string"
- },
- "nodes": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "iconData": {
- "additionalProperties": false,
- "properties": {
- "fileBuffer": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "fileBuffer"
- ],
- "type": "object"
- },
- "name": {
- "type": "string"
- },
- "parameters": {
- "additionalProperties": {},
- "type": "object"
- },
- "position": {
- "items": {
- "type": "number"
- },
- "maxItems": 2,
- "minItems": 2,
- "type": "array"
- },
- "type": {
- "type": "string"
- },
- "typeVersion": {
- "type": "number"
- }
- },
- "required": [
- "name",
- "type",
- "typeVersion",
- "position",
- "parameters"
- ],
- "type": "object"
- },
- "maxItems": 1000,
- "type": "array"
- },
- "securityIssueFixVersion": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "nodes",
- "createdAt",
- "description",
- "documentationUrl",
- "hasBreakingChange",
- "hasSecurityFix",
- "hasSecurityIssue",
- "securityIssueFixVersion"
- ],
- "type": "object"
- },
- "maxItems": 1000,
- "type": "array"
- },
- "recommendation": {
- "type": "string"
- },
- "settings": {
- "additionalProperties": {},
- "type": "object"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "title",
- "description",
- "recommendation"
- ],
- "type": "object"
- },
- "maxItems": 10000,
- "type": "array"
- }
- },
- "required": [
- "risk",
- "sections"
- ],
- "type": "object"
- }
- ]
- },
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "detail": {
- "type": "string"
- },
- "identity": {
- "additionalProperties": false,
- "properties": {
- "active": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "credentialId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "deleted": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "delivery": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "emailSent": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "executionId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "id": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "invited": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "isArchived": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "name": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "nodeId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "state": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "status": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "stopped": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "tagId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "updated": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "userCreated": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "userId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "versionId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- },
- "workflowId": {
- "anyOf": [
- {
- "maxLength": 512,
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "outcome": {
- "const": "success",
- "type": "string"
- },
- "truncated": {
- "const": true,
- "type": "boolean"
- }
- },
- "required": [
- "truncated",
- "outcome",
- "detail",
- "identity"
- ],
- "type": "object"
- }
-]