diff --git a/fabric/item/operationsAgents/definition/1.0.0/schema.json b/fabric/item/operationsAgents/definition/1.0.0/schema.json index 92f80a69..11aa6b24 100644 --- a/fabric/item/operationsAgents/definition/1.0.0/schema.json +++ b/fabric/item/operationsAgents/definition/1.0.0/schema.json @@ -104,17 +104,13 @@ "items": { "$ref": "#/definitions/parameter" } - }, - "connection": { - "$ref": "#/definitions/connection" } }, "required": [ "id", "displayName", "description", - "kind", - "connection" + "kind" ] }, "parameter": { @@ -131,29 +127,6 @@ "name" ], "additionalProperties": false - }, - "connection": { - "type": "object", - "properties": { - "flowActionUid": { - "type": "string", - "format": "uuid" - }, - "activatorWorkspaceId": { - "type": "string", - "format": "uuid" - }, - "activatorArtifactId": { - "type": "string", - "format": "uuid" - } - }, - "required": [ - "flowActionUid", - "activatorWorkspaceId", - "activatorArtifactId" - ], - "additionalProperties": false } } }