@digipair/skill-service 0.56.0 → 0.56.3
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.fr.json +30 -14
- package/schema.json +27 -11
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -16,23 +16,27 @@
|
|
|
16
16
|
"summary": "Parameter",
|
|
17
17
|
"properties": {
|
|
18
18
|
"name": {
|
|
19
|
-
"summary": "
|
|
19
|
+
"summary": "Nom",
|
|
20
20
|
"type": "string"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"summary": "
|
|
22
|
+
"summary": {
|
|
23
|
+
"summary": "Affichage",
|
|
24
24
|
"type": "string"
|
|
25
25
|
},
|
|
26
|
-
"
|
|
27
|
-
"summary": "
|
|
28
|
-
"type": "
|
|
26
|
+
"required": {
|
|
27
|
+
"summary": "Requis",
|
|
28
|
+
"type": "boolean"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"summary": "
|
|
30
|
+
"schema": {
|
|
31
|
+
"summary": "Schema",
|
|
32
32
|
"type": "object"
|
|
33
|
+
},
|
|
34
|
+
"description": {
|
|
35
|
+
"summary": "Description",
|
|
36
|
+
"type": "string"
|
|
33
37
|
}
|
|
34
38
|
},
|
|
35
|
-
"required": ["name", "
|
|
39
|
+
"required": ["name", "summary", "required", "schema"]
|
|
36
40
|
}
|
|
37
41
|
}
|
|
38
42
|
},
|
|
@@ -79,14 +83,26 @@
|
|
|
79
83
|
},
|
|
80
84
|
"/action": {
|
|
81
85
|
"summary": "Action",
|
|
82
|
-
"description": "
|
|
86
|
+
"description": "Action exécutable.",
|
|
83
87
|
"tags": ["service"],
|
|
84
88
|
"metadata": [
|
|
85
89
|
{
|
|
86
|
-
"name": "
|
|
87
|
-
"summary": "
|
|
90
|
+
"name": "tags",
|
|
91
|
+
"summary": "Tags",
|
|
92
|
+
"required": true,
|
|
93
|
+
"description": "Tags de l'action",
|
|
94
|
+
"schema": {
|
|
95
|
+
"type": "array",
|
|
96
|
+
"items": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "parameters",
|
|
103
|
+
"summary": "Paramètres",
|
|
88
104
|
"required": true,
|
|
89
|
-
"description": "
|
|
105
|
+
"description": "Paramètres de l'action",
|
|
90
106
|
"schema": {
|
|
91
107
|
"type": "array",
|
|
92
108
|
"items": {
|
|
@@ -100,7 +116,7 @@
|
|
|
100
116
|
"name": "execute",
|
|
101
117
|
"summary": "Execute",
|
|
102
118
|
"required": true,
|
|
103
|
-
"description": "
|
|
119
|
+
"description": "Commandes à exécuter.",
|
|
104
120
|
"schema": {
|
|
105
121
|
"type": "array",
|
|
106
122
|
"items": {
|
package/schema.json
CHANGED
|
@@ -19,20 +19,24 @@
|
|
|
19
19
|
"summary": "Name",
|
|
20
20
|
"type": "string"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"summary": "
|
|
22
|
+
"summary": {
|
|
23
|
+
"summary": "Summary",
|
|
24
24
|
"type": "string"
|
|
25
25
|
},
|
|
26
|
-
"
|
|
27
|
-
"summary": "
|
|
28
|
-
"type": "
|
|
26
|
+
"required": {
|
|
27
|
+
"summary": "Required",
|
|
28
|
+
"type": "boolean"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"summary": "
|
|
30
|
+
"schema": {
|
|
31
|
+
"summary": "Schema",
|
|
32
32
|
"type": "object"
|
|
33
|
+
},
|
|
34
|
+
"description": {
|
|
35
|
+
"summary": "Summary",
|
|
36
|
+
"type": "string"
|
|
33
37
|
}
|
|
34
38
|
},
|
|
35
|
-
"required": ["name", "
|
|
39
|
+
"required": ["name", "summary", "required", "schema"]
|
|
36
40
|
}
|
|
37
41
|
}
|
|
38
42
|
},
|
|
@@ -79,12 +83,24 @@
|
|
|
79
83
|
},
|
|
80
84
|
"/action": {
|
|
81
85
|
"summary": "Action",
|
|
82
|
-
"description": "
|
|
86
|
+
"description": "Executable action.",
|
|
83
87
|
"tags": ["service"],
|
|
84
88
|
"metadata": [
|
|
85
89
|
{
|
|
86
|
-
"name": "
|
|
87
|
-
"summary": "
|
|
90
|
+
"name": "tags",
|
|
91
|
+
"summary": "Tags",
|
|
92
|
+
"required": true,
|
|
93
|
+
"description": "Tags de l'action",
|
|
94
|
+
"schema": {
|
|
95
|
+
"type": "array",
|
|
96
|
+
"items": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "parameters",
|
|
103
|
+
"summary": "Parameters",
|
|
88
104
|
"required": true,
|
|
89
105
|
"description": "Input parameters",
|
|
90
106
|
"schema": {
|