@@ -55,7 +55,6 @@ public function testGet()
5555 "type": 2,
5656 "name": "Fusio-Action",
5757 "description": "Helps to develop custom action business logic",
58- "outgoing": "",
5958 "insertDate": "[datetime]"
6059 },
6160 {
@@ -64,7 +63,7 @@ public function testGet()
6463 "type": 1,
6564 "name": "Fusio-Architect",
6665 "description": "Helps to build complete operations, it uses internally the action, schema and database agent",
67- "outgoing": "",
66+ "outgoing": "php+class:\/\/Fusio.Agent.Blueprint ",
6867 "insertDate": "[datetime]"
6968 },
7069 {
@@ -73,7 +72,7 @@ public function testGet()
7372 "type": 4,
7473 "name": "Fusio-Database",
7574 "description": "Helps to design database table schemas",
76- "outgoing": "",
75+ "outgoing": "php+class:\/\/Fusio.Agent.Database ",
7776 "insertDate": "[datetime]"
7877 },
7978 {
@@ -82,7 +81,6 @@ public function testGet()
8281 "type": 0,
8382 "name": "Fusio-General",
8483 "description": "Helps to answer general questions about your Fusio instance",
85- "outgoing": "",
8684 "insertDate": "[datetime]"
8785 },
8886 {
@@ -91,7 +89,7 @@ public function testGet()
9189 "type": 3,
9290 "name": "Fusio-Schema",
9391 "description": "Helps to build new schemas to describe JSON payloads",
94- "outgoing": "",
92+ "outgoing": "php+class:\/\/Fusio.Agent.Schema ",
9593 "insertDate": "[datetime]"
9694 },
9795 {
@@ -166,7 +164,6 @@ public function testGetCount()
166164 "type": 2,
167165 "name": "Fusio-Action",
168166 "description": "Helps to develop custom action business logic",
169- "outgoing": "",
170167 "insertDate": "[datetime]"
171168 },
172169 {
@@ -175,7 +172,7 @@ public function testGetCount()
175172 "type": 1,
176173 "name": "Fusio-Architect",
177174 "description": "Helps to build complete operations, it uses internally the action, schema and database agent",
178- "outgoing": "",
175+ "outgoing": "php+class:\/\/Fusio.Agent.Blueprint ",
179176 "insertDate": "[datetime]"
180177 },
181178 {
@@ -184,7 +181,7 @@ public function testGetCount()
184181 "type": 4,
185182 "name": "Fusio-Database",
186183 "description": "Helps to design database table schemas",
187- "outgoing": "",
184+ "outgoing": "php+class:\/\/Fusio.Agent.Database ",
188185 "insertDate": "[datetime]"
189186 },
190187 {
@@ -193,7 +190,6 @@ public function testGetCount()
193190 "type": 0,
194191 "name": "Fusio-General",
195192 "description": "Helps to answer general questions about your Fusio instance",
196- "outgoing": "",
197193 "insertDate": "[datetime]"
198194 },
199195 {
@@ -202,7 +198,7 @@ public function testGetCount()
202198 "type": 3,
203199 "name": "Fusio-Schema",
204200 "description": "Helps to build new schemas to describe JSON payloads",
205- "outgoing": "",
201+ "outgoing": "php+class:\/\/Fusio.Agent.Schema ",
206202 "insertDate": "[datetime]"
207203 },
208204 {
0 commit comments