@digipair/skill-common 0.4.2 → 0.4.5
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.
- package/package.json +1 -1
- package/schema.json +28 -0
package/package.json
CHANGED
package/schema.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.0.0",
|
|
3
|
+
"info": {
|
|
4
|
+
"title": "@digipair/skill-common",
|
|
5
|
+
"description": "La compétence permet de gérer les comportements par défauts des agents.",
|
|
6
|
+
"version": "0.1.0",
|
|
7
|
+
"x-icon": "🚀"
|
|
8
|
+
},
|
|
9
|
+
"paths": {
|
|
10
|
+
"/metadata": {
|
|
11
|
+
"post": {
|
|
12
|
+
"tags": [],
|
|
13
|
+
"summary": "Lister les metadatas",
|
|
14
|
+
"parameters": [],
|
|
15
|
+
"x-events": {}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"/boosts": {
|
|
19
|
+
"post": {
|
|
20
|
+
"tags": [],
|
|
21
|
+
"summary": "Lister les boosts",
|
|
22
|
+
"parameters": [],
|
|
23
|
+
"x-events": {}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"x-scene-blocks": {}
|
|
28
|
+
}
|