@digipair/skill-editor 0.98.0 → 0.98.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/schema.fr.json +60 -16
  3. package/schema.json +427 -431
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-editor",
3
- "version": "0.98.0",
3
+ "version": "0.98.2",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
package/schema.fr.json CHANGED
@@ -10,7 +10,9 @@
10
10
  "paths": {
11
11
  "/reasonings": {
12
12
  "post": {
13
- "tags": ["service"],
13
+ "tags": [
14
+ "service"
15
+ ],
14
16
  "summary": "Liste les raisonnements",
15
17
  "descriptions": "Liste les raisonnements d'un digipair",
16
18
  "parameters": [
@@ -33,12 +35,30 @@
33
35
  }
34
36
  }
35
37
  ],
36
- "x-events": []
38
+ "x-events": [],
39
+ "responses": {
40
+ "200": {
41
+ "description": "Liste des raisonnements récupérés avec succès",
42
+ "content": {
43
+ "application/json": {
44
+ "schema": {
45
+ "type": "array",
46
+ "items": {
47
+ "type": "string",
48
+ "description": "Nom d'un fichier de raisonnement"
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
37
55
  }
38
56
  },
39
57
  "/reasoning": {
40
58
  "post": {
41
- "tags": ["service"],
59
+ "tags": [
60
+ "service"
61
+ ],
42
62
  "summary": "Informations d'un raisonnement",
43
63
  "parameters": [
44
64
  {
@@ -74,7 +94,9 @@
74
94
  },
75
95
  "/setReasoning": {
76
96
  "post": {
77
- "tags": ["service"],
97
+ "tags": [
98
+ "service"
99
+ ],
78
100
  "summary": "Enregistrement d'un raisonnement",
79
101
  "parameters": [
80
102
  {
@@ -119,7 +141,9 @@
119
141
  },
120
142
  "/removeReasoning": {
121
143
  "post": {
122
- "tags": ["service"],
144
+ "tags": [
145
+ "service"
146
+ ],
123
147
  "summary": "Suppression d'un raisonnement",
124
148
  "parameters": [
125
149
  {
@@ -155,7 +179,9 @@
155
179
  },
156
180
  "/digipairs": {
157
181
  "post": {
158
- "tags": ["service"],
182
+ "tags": [
183
+ "service"
184
+ ],
159
185
  "summary": "Liste les digipairs",
160
186
  "descriptions": "Liste des digipairs disponibles",
161
187
  "parameters": [
@@ -174,7 +200,9 @@
174
200
  },
175
201
  "/digipair": {
176
202
  "post": {
177
- "tags": ["service"],
203
+ "tags": [
204
+ "service"
205
+ ],
178
206
  "summary": "Informations d'un digipair",
179
207
  "descriptions": "Informations d'un digipair",
180
208
  "parameters": [
@@ -202,7 +230,9 @@
202
230
  },
203
231
  "/setDigipair": {
204
232
  "post": {
205
- "tags": ["service"],
233
+ "tags": [
234
+ "service"
235
+ ],
206
236
  "summary": "Enregistrement d'un digipair",
207
237
  "parameters": [
208
238
  {
@@ -238,7 +268,9 @@
238
268
  },
239
269
  "/removeDigipair": {
240
270
  "post": {
241
- "tags": ["service"],
271
+ "tags": [
272
+ "service"
273
+ ],
242
274
  "summary": "Suppression d'un digipair",
243
275
  "parameters": [
244
276
  {
@@ -265,7 +297,9 @@
265
297
  },
266
298
  "/addDigipair": {
267
299
  "post": {
268
- "tags": ["service"],
300
+ "tags": [
301
+ "service"
302
+ ],
269
303
  "summary": "Ajoute un digipair",
270
304
  "parameters": [
271
305
  {
@@ -319,7 +353,9 @@
319
353
  },
320
354
  "/metadata": {
321
355
  "post": {
322
- "tags": ["service"],
356
+ "tags": [
357
+ "service"
358
+ ],
323
359
  "summary": "Lister les metadatas",
324
360
  "parameters": [
325
361
  {
@@ -346,7 +382,9 @@
346
382
  },
347
383
  "/setAvatar": {
348
384
  "post": {
349
- "tags": ["service"],
385
+ "tags": [
386
+ "service"
387
+ ],
350
388
  "summary": "Enregistrer l'avatar",
351
389
  "parameters": [
352
390
  {
@@ -382,7 +420,9 @@
382
420
  },
383
421
  "/templates": {
384
422
  "post": {
385
- "tags": ["service"],
423
+ "tags": [
424
+ "service"
425
+ ],
386
426
  "summary": "Liste des templates",
387
427
  "descriptions": "Liste des templates de digipair",
388
428
  "parameters": [
@@ -401,7 +441,9 @@
401
441
  },
402
442
  "/schemas": {
403
443
  "post": {
404
- "tags": ["service"],
444
+ "tags": [
445
+ "service"
446
+ ],
405
447
  "summary": "Liste des schemas",
406
448
  "descriptions": "Liste des schemas pour les librairies fournies",
407
449
  "parameters": [
@@ -429,7 +471,9 @@
429
471
  },
430
472
  "/tools": {
431
473
  "post": {
432
- "tags": ["service"],
474
+ "tags": [
475
+ "service"
476
+ ],
433
477
  "summary": "Liste des outils",
434
478
  "descriptions": "Liste des outils disponibles",
435
479
  "parameters": [
@@ -451,4 +495,4 @@
451
495
  "schemas": {}
452
496
  },
453
497
  "x-scene-blocks": {}
454
- }
498
+ }
package/schema.json CHANGED
@@ -48,455 +48,451 @@
48
48
  "description": "Name of a reasoning file"
49
49
  }
50
50
  }
51
- "chatbot",
52
- "data-processor",
53
- "workflow-manager"
54
- ]
51
+ }
55
52
  }
56
53
  }
57
54
  }
58
55
  }
59
- }
60
- },
61
- "/reasoning": {
62
- "post": {
63
- "tags": [
64
- "service"
65
- ],
66
- "summary": "Reasoning Information",
67
- "parameters": [
68
- {
69
- "name": "path",
70
- "summary": "Access Path",
71
- "required": false,
72
- "description": "Access path to the digipair's directory",
73
- "schema": {
74
- "type": "string"
75
- }
76
- },
77
- {
78
- "name": "digipair",
79
- "summary": "Digipair",
80
- "required": true,
81
- "description": "Name of the digipair",
82
- "schema": {
83
- "type": "string"
84
- }
85
- },
86
- {
87
- "name": "reasoning",
88
- "summary": "Reasoning",
89
- "required": true,
90
- "description": "Name of the reasoning",
91
- "schema": {
92
- "type": "string"
93
- }
94
- }
95
- ],
96
- "x-events": []
97
- }
98
- },
99
- "/setReasoning": {
100
- "post": {
101
- "tags": [
102
- "service"
103
- ],
104
- "summary": "Register a Reasoning",
105
- "parameters": [
106
- {
107
- "name": "path",
108
- "summary": "Access Path",
109
- "required": false,
110
- "description": "Access path to the digipair's directory",
111
- "schema": {
112
- "type": "string"
113
- }
114
- },
115
- {
116
- "name": "digipair",
117
- "summary": "Digipair",
118
- "required": true,
119
- "description": "Name of the digipair",
120
- "schema": {
121
- "type": "string"
122
- }
123
- },
124
- {
125
- "name": "reasoning",
126
- "summary": "Reasoning",
127
- "required": true,
128
- "description": "Name of the reasoning",
129
- "schema": {
130
- "type": "string"
131
- }
132
- },
133
- {
134
- "name": "value",
135
- "summary": "Content",
136
- "required": true,
137
- "description": "Content of the reasoning to be saved",
138
- "schema": {
139
- "type": "object"
140
- }
141
- }
142
- ],
143
- "x-events": []
144
- }
145
- },
146
- "/removeReasoning": {
147
- "post": {
148
- "tags": [
149
- "service"
150
- ],
151
- "summary": "Remove a Reasoning",
152
- "parameters": [
153
- {
154
- "name": "path",
155
- "summary": "Access Path",
156
- "required": false,
157
- "description": "Access path to the digipair's directory",
158
- "schema": {
159
- "type": "string"
160
- }
161
- },
162
- {
163
- "name": "digipair",
164
- "summary": "Digipair",
165
- "required": true,
166
- "description": "Name of the digipair",
167
- "schema": {
168
- "type": "string"
169
- }
170
- },
171
- {
172
- "name": "reasoning",
173
- "summary": "Reasoning",
174
- "required": true,
175
- "description": "Name of the reasoning",
176
- "schema": {
177
- "type": "string"
178
- }
179
- }
180
- ],
181
- "x-events": []
182
- }
183
- },
184
- "/digipairs": {
185
- "post": {
186
- "tags": [
187
- "service"
188
- ],
189
- "summary": "List Digipairs",
190
- "descriptions": "Lists the available digipairs",
191
- "parameters": [
192
- {
193
- "name": "path",
194
- "summary": "Access Path",
195
- "required": false,
196
- "description": "Access path to the digipair's directory",
197
- "schema": {
198
- "type": "string"
199
- }
200
- }
201
- ],
202
- "x-events": []
203
- }
204
- },
205
- "/digipair": {
206
- "post": {
207
- "tags": [
208
- "service"
209
- ],
210
- "summary": "Digipair Information",
211
- "descriptions": "Information about a digipair",
212
- "parameters": [
213
- {
214
- "name": "path",
215
- "summary": "Access Path",
216
- "required": false,
217
- "description": "Access path to the digipair's directory",
218
- "schema": {
219
- "type": "string"
220
- }
221
- },
222
- {
223
- "name": "digipair",
224
- "summary": "Digipair",
225
- "required": true,
226
- "description": "Name of the digipair",
227
- "schema": {
228
- "type": "string"
229
- }
230
- }
231
- ],
232
- "x-events": []
233
- }
234
- },
235
- "/setDigipair": {
236
- "post": {
237
- "tags": [
238
- "service"
239
- ],
240
- "summary": "Register a Digipair",
241
- "parameters": [
242
- {
243
- "name": "path",
244
- "summary": "Access Path",
245
- "required": false,
246
- "description": "Access path to the digipair's directory",
247
- "schema": {
248
- "type": "string"
249
- }
250
- },
251
- {
252
- "name": "digipair",
253
- "summary": "Digipair",
254
- "required": true,
255
- "description": "Name of the digipair",
256
- "schema": {
257
- "type": "string"
258
- }
259
- },
260
- {
261
- "name": "value",
262
- "summary": "Content",
263
- "required": true,
264
- "description": "Content of the reasoning to be saved",
265
- "schema": {
266
- "type": "object"
267
- }
268
- }
269
- ],
270
- "x-events": []
271
- }
272
- },
273
- "/removeDigipair": {
274
- "post": {
275
- "tags": [
276
- "service"
277
- ],
278
- "summary": "Remove a Digipair",
279
- "parameters": [
280
- {
281
- "name": "path",
282
- "summary": "Access Path",
283
- "required": false,
284
- "description": "Access path to the digipair's directory",
285
- "schema": {
286
- "type": "string"
56
+ },
57
+ "/reasoning": {
58
+ "post": {
59
+ "tags": [
60
+ "service"
61
+ ],
62
+ "summary": "Reasoning Information",
63
+ "parameters": [
64
+ {
65
+ "name": "path",
66
+ "summary": "Access Path",
67
+ "required": false,
68
+ "description": "Access path to the digipair's directory",
69
+ "schema": {
70
+ "type": "string"
71
+ }
72
+ },
73
+ {
74
+ "name": "digipair",
75
+ "summary": "Digipair",
76
+ "required": true,
77
+ "description": "Name of the digipair",
78
+ "schema": {
79
+ "type": "string"
80
+ }
81
+ },
82
+ {
83
+ "name": "reasoning",
84
+ "summary": "Reasoning",
85
+ "required": true,
86
+ "description": "Name of the reasoning",
87
+ "schema": {
88
+ "type": "string"
89
+ }
287
90
  }
288
- },
289
- {
290
- "name": "digipair",
291
- "summary": "Digipair",
292
- "required": true,
293
- "description": "Name of the digipair",
294
- "schema": {
295
- "type": "string"
91
+ ],
92
+ "x-events": []
93
+ }
94
+ },
95
+ "/setReasoning": {
96
+ "post": {
97
+ "tags": [
98
+ "service"
99
+ ],
100
+ "summary": "Register a Reasoning",
101
+ "parameters": [
102
+ {
103
+ "name": "path",
104
+ "summary": "Access Path",
105
+ "required": false,
106
+ "description": "Access path to the digipair's directory",
107
+ "schema": {
108
+ "type": "string"
109
+ }
110
+ },
111
+ {
112
+ "name": "digipair",
113
+ "summary": "Digipair",
114
+ "required": true,
115
+ "description": "Name of the digipair",
116
+ "schema": {
117
+ "type": "string"
118
+ }
119
+ },
120
+ {
121
+ "name": "reasoning",
122
+ "summary": "Reasoning",
123
+ "required": true,
124
+ "description": "Name of the reasoning",
125
+ "schema": {
126
+ "type": "string"
127
+ }
128
+ },
129
+ {
130
+ "name": "value",
131
+ "summary": "Content",
132
+ "required": true,
133
+ "description": "Content of the reasoning to be saved",
134
+ "schema": {
135
+ "type": "object"
136
+ }
296
137
  }
297
- }
298
- ],
299
- "x-events": []
300
- }
301
- },
302
- "/addDigipair": {
303
- "post": {
304
- "tags": [
305
- "service"
306
- ],
307
- "summary": "Add a Digipair",
308
- "parameters": [
309
- {
310
- "name": "path",
311
- "summary": "Access Path",
312
- "required": false,
313
- "description": "Access path to the digipair's directory",
314
- "schema": {
315
- "type": "string"
138
+ ],
139
+ "x-events": []
140
+ }
141
+ },
142
+ "/removeReasoning": {
143
+ "post": {
144
+ "tags": [
145
+ "service"
146
+ ],
147
+ "summary": "Remove a Reasoning",
148
+ "parameters": [
149
+ {
150
+ "name": "path",
151
+ "summary": "Access Path",
152
+ "required": false,
153
+ "description": "Access path to the digipair's directory",
154
+ "schema": {
155
+ "type": "string"
156
+ }
157
+ },
158
+ {
159
+ "name": "digipair",
160
+ "summary": "Digipair",
161
+ "required": true,
162
+ "description": "Name of the digipair",
163
+ "schema": {
164
+ "type": "string"
165
+ }
166
+ },
167
+ {
168
+ "name": "reasoning",
169
+ "summary": "Reasoning",
170
+ "required": true,
171
+ "description": "Name of the reasoning",
172
+ "schema": {
173
+ "type": "string"
174
+ }
316
175
  }
317
- },
318
- {
319
- "name": "templatesPath",
320
- "summary": "Templates Path",
321
- "required": false,
322
- "description": "Path to the templates directory",
323
- "schema": {
324
- "type": "string"
176
+ ],
177
+ "x-events": []
178
+ }
179
+ },
180
+ "/digipairs": {
181
+ "post": {
182
+ "tags": [
183
+ "service"
184
+ ],
185
+ "summary": "List Digipairs",
186
+ "descriptions": "Lists the available digipairs",
187
+ "parameters": [
188
+ {
189
+ "name": "path",
190
+ "summary": "Access Path",
191
+ "required": false,
192
+ "description": "Access path to the digipair's directory",
193
+ "schema": {
194
+ "type": "string"
195
+ }
325
196
  }
326
- },
327
- {
328
- "name": "template",
329
- "summary": "Template",
330
- "required": true,
331
- "description": "Template to use",
332
- "schema": {
333
- "type": "string"
197
+ ],
198
+ "x-events": []
199
+ }
200
+ },
201
+ "/digipair": {
202
+ "post": {
203
+ "tags": [
204
+ "service"
205
+ ],
206
+ "summary": "Digipair Information",
207
+ "descriptions": "Information about a digipair",
208
+ "parameters": [
209
+ {
210
+ "name": "path",
211
+ "summary": "Access Path",
212
+ "required": false,
213
+ "description": "Access path to the digipair's directory",
214
+ "schema": {
215
+ "type": "string"
216
+ }
217
+ },
218
+ {
219
+ "name": "digipair",
220
+ "summary": "Digipair",
221
+ "required": true,
222
+ "description": "Name of the digipair",
223
+ "schema": {
224
+ "type": "string"
225
+ }
334
226
  }
335
- },
336
- {
337
- "name": "data",
338
- "summary": "Replacement Data",
339
- "required": true,
340
- "description": "Data to use in the template",
341
- "schema": {
342
- "type": "object"
227
+ ],
228
+ "x-events": []
229
+ }
230
+ },
231
+ "/setDigipair": {
232
+ "post": {
233
+ "tags": [
234
+ "service"
235
+ ],
236
+ "summary": "Register a Digipair",
237
+ "parameters": [
238
+ {
239
+ "name": "path",
240
+ "summary": "Access Path",
241
+ "required": false,
242
+ "description": "Access path to the digipair's directory",
243
+ "schema": {
244
+ "type": "string"
245
+ }
246
+ },
247
+ {
248
+ "name": "digipair",
249
+ "summary": "Digipair",
250
+ "required": true,
251
+ "description": "Name of the digipair",
252
+ "schema": {
253
+ "type": "string"
254
+ }
255
+ },
256
+ {
257
+ "name": "value",
258
+ "summary": "Content",
259
+ "required": true,
260
+ "description": "Content of the reasoning to be saved",
261
+ "schema": {
262
+ "type": "object"
263
+ }
343
264
  }
344
- },
345
- {
346
- "name": "digipair",
347
- "summary": "Digipair",
348
- "required": true,
349
- "description": "Name of the digipair",
350
- "schema": {
351
- "type": "string"
265
+ ],
266
+ "x-events": []
267
+ }
268
+ },
269
+ "/removeDigipair": {
270
+ "post": {
271
+ "tags": [
272
+ "service"
273
+ ],
274
+ "summary": "Remove a Digipair",
275
+ "parameters": [
276
+ {
277
+ "name": "path",
278
+ "summary": "Access Path",
279
+ "required": false,
280
+ "description": "Access path to the digipair's directory",
281
+ "schema": {
282
+ "type": "string"
283
+ }
284
+ },
285
+ {
286
+ "name": "digipair",
287
+ "summary": "Digipair",
288
+ "required": true,
289
+ "description": "Name of the digipair",
290
+ "schema": {
291
+ "type": "string"
292
+ }
352
293
  }
353
- }
354
- ],
355
- "x-events": []
356
- }
357
- },
358
- "/metadata": {
359
- "post": {
360
- "tags": [
361
- "service"
362
- ],
363
- "summary": "Metadata",
364
- "parameters": [
365
- {
366
- "name": "path",
367
- "summary": "Access Path",
368
- "required": false,
369
- "description": "Access path to the digipair's directory",
370
- "schema": {
371
- "type": "string"
294
+ ],
295
+ "x-events": []
296
+ }
297
+ },
298
+ "/addDigipair": {
299
+ "post": {
300
+ "tags": [
301
+ "service"
302
+ ],
303
+ "summary": "Add a Digipair",
304
+ "parameters": [
305
+ {
306
+ "name": "path",
307
+ "summary": "Access Path",
308
+ "required": false,
309
+ "description": "Access path to the digipair's directory",
310
+ "schema": {
311
+ "type": "string"
312
+ }
313
+ },
314
+ {
315
+ "name": "templatesPath",
316
+ "summary": "Templates Path",
317
+ "required": false,
318
+ "description": "Path to the templates directory",
319
+ "schema": {
320
+ "type": "string"
321
+ }
322
+ },
323
+ {
324
+ "name": "template",
325
+ "summary": "Template",
326
+ "required": true,
327
+ "description": "Template to use",
328
+ "schema": {
329
+ "type": "string"
330
+ }
331
+ },
332
+ {
333
+ "name": "data",
334
+ "summary": "Replacement Data",
335
+ "required": true,
336
+ "description": "Data to use in the template",
337
+ "schema": {
338
+ "type": "object"
339
+ }
340
+ },
341
+ {
342
+ "name": "digipair",
343
+ "summary": "Digipair",
344
+ "required": true,
345
+ "description": "Name of the digipair",
346
+ "schema": {
347
+ "type": "string"
348
+ }
372
349
  }
373
- },
374
- {
375
- "name": "digipair",
376
- "summary": "Digipair",
377
- "description": "Name of the digipair",
378
- "required": true,
379
- "schema": {
380
- "type": "string"
350
+ ],
351
+ "x-events": []
352
+ }
353
+ },
354
+ "/metadata": {
355
+ "post": {
356
+ "tags": [
357
+ "service"
358
+ ],
359
+ "summary": "Metadata",
360
+ "parameters": [
361
+ {
362
+ "name": "path",
363
+ "summary": "Access Path",
364
+ "required": false,
365
+ "description": "Access path to the digipair's directory",
366
+ "schema": {
367
+ "type": "string"
368
+ }
369
+ },
370
+ {
371
+ "name": "digipair",
372
+ "summary": "Digipair",
373
+ "description": "Name of the digipair",
374
+ "required": true,
375
+ "schema": {
376
+ "type": "string"
377
+ }
381
378
  }
382
- }
383
- ],
384
- "x-events": []
385
- }
386
- },
387
- "/setAvatar": {
388
- "post": {
389
- "tags": [
390
- "service"
391
- ],
392
- "summary": "Set avatar",
393
- "parameters": [
394
- {
395
- "name": "path",
396
- "summary": "Access Path",
397
- "required": false,
398
- "description": "Access path to the digipair's directory",
399
- "schema": {
400
- "type": "string"
379
+ ],
380
+ "x-events": []
381
+ }
382
+ },
383
+ "/setAvatar": {
384
+ "post": {
385
+ "tags": [
386
+ "service"
387
+ ],
388
+ "summary": "Set avatar",
389
+ "parameters": [
390
+ {
391
+ "name": "path",
392
+ "summary": "Access Path",
393
+ "required": false,
394
+ "description": "Access path to the digipair's directory",
395
+ "schema": {
396
+ "type": "string"
397
+ }
398
+ },
399
+ {
400
+ "name": "digipair",
401
+ "summary": "Digipair",
402
+ "description": "Name of the digipair",
403
+ "required": true,
404
+ "schema": {
405
+ "type": "string"
406
+ }
407
+ },
408
+ {
409
+ "name": "avatar",
410
+ "summary": "Avatar",
411
+ "description": "Avatar of the digipair",
412
+ "required": true,
413
+ "schema": {
414
+ "type": "string"
415
+ }
401
416
  }
402
- },
403
- {
404
- "name": "digipair",
405
- "summary": "Digipair",
406
- "description": "Name of the digipair",
407
- "required": true,
408
- "schema": {
409
- "type": "string"
417
+ ],
418
+ "x-events": []
419
+ }
420
+ },
421
+ "/templates": {
422
+ "post": {
423
+ "tags": [
424
+ "service"
425
+ ],
426
+ "summary": "List Templates",
427
+ "descriptions": "Lists the available templates",
428
+ "parameters": [
429
+ {
430
+ "name": "path",
431
+ "summary": "Access Path",
432
+ "required": false,
433
+ "description": "Access path to the digipair's directory",
434
+ "schema": {
435
+ "type": "string"
436
+ }
410
437
  }
411
- },
412
- {
413
- "name": "avatar",
414
- "summary": "Avatar",
415
- "description": "Avatar of the digipair",
416
- "required": true,
417
- "schema": {
418
- "type": "string"
438
+ ],
439
+ "x-events": []
440
+ }
441
+ },
442
+ "/schemas": {
443
+ "post": {
444
+ "tags": [
445
+ "service"
446
+ ],
447
+ "summary": "List Schemas",
448
+ "descriptions": "Lists the schemas of the libraries",
449
+ "parameters": [
450
+ {
451
+ "name": "libraries",
452
+ "summary": "Libraries",
453
+ "required": true,
454
+ "description": "List of libraries",
455
+ "schema": {
456
+ "type": "object"
457
+ }
458
+ },
459
+ {
460
+ "name": "language",
461
+ "summary": "Language",
462
+ "required": true,
463
+ "description": "Language of the schema",
464
+ "schema": {
465
+ "type": "string"
466
+ }
419
467
  }
420
- }
421
- ],
422
- "x-events": []
423
- }
424
- },
425
- "/templates": {
426
- "post": {
427
- "tags": [
428
- "service"
429
- ],
430
- "summary": "List Templates",
431
- "descriptions": "Lists the available templates",
432
- "parameters": [
433
- {
434
- "name": "path",
435
- "summary": "Access Path",
436
- "required": false,
437
- "description": "Access path to the digipair's directory",
438
- "schema": {
439
- "type": "string"
468
+ ],
469
+ "x-events": []
470
+ }
471
+ },
472
+ "/tools": {
473
+ "post": {
474
+ "tags": [
475
+ "service"
476
+ ],
477
+ "summary": "List tools",
478
+ "descriptions": "Lists the available tools",
479
+ "parameters": [
480
+ {
481
+ "name": "language",
482
+ "summary": "Language",
483
+ "required": true,
484
+ "description": "Language of the tools",
485
+ "schema": {
486
+ "type": "string"
487
+ }
440
488
  }
441
- }
442
- ],
443
- "x-events": []
489
+ ],
490
+ "x-events": []
491
+ }
444
492
  }
445
493
  },
446
- "/schemas": {
447
- "post": {
448
- "tags": [
449
- "service"
450
- ],
451
- "summary": "List Schemas",
452
- "descriptions": "Lists the schemas of the libraries",
453
- "parameters": [
454
- {
455
- "name": "libraries",
456
- "summary": "Libraries",
457
- "required": true,
458
- "description": "List of libraries",
459
- "schema": {
460
- "type": "object"
461
- }
462
- },
463
- {
464
- "name": "language",
465
- "summary": "Language",
466
- "required": true,
467
- "description": "Language of the schema",
468
- "schema": {
469
- "type": "string"
470
- }
471
- }
472
- ],
473
- "x-events": []
474
- }
494
+ "components": {
495
+ "schemas": {}
475
496
  },
476
- "/tools": {
477
- "post": {
478
- "tags": [
479
- "service"
480
- ],
481
- "summary": "List tools",
482
- "descriptions": "Lists the available tools",
483
- "parameters": [
484
- {
485
- "name": "language",
486
- "summary": "Language",
487
- "required": true,
488
- "description": "Language of the tools",
489
- "schema": {
490
- "type": "string"
491
- }
492
- }
493
- ],
494
- "x-events": []
495
- }
496
- }
497
- },
498
- "components": {
499
- "schemas": {}
500
- },
501
- "x-scene-blocks": {}
497
+ "x-scene-blocks": {}
502
498
  }