@digipair/skill-debug 0.95.7 → 0.97.0
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 +17 -3
- package/schema.json +17 -3
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/log": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Afficher dans les logs",
|
|
15
17
|
"description": "Element permettant d'afficher un message dans les logs",
|
|
16
18
|
"parameters": [
|
|
@@ -42,11 +44,23 @@
|
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
],
|
|
45
|
-
"x-events": []
|
|
47
|
+
"x-events": [],
|
|
48
|
+
"responses": {
|
|
49
|
+
"200": {
|
|
50
|
+
"description": "Réponse réussie",
|
|
51
|
+
"content": {
|
|
52
|
+
"application/json": {
|
|
53
|
+
"schema": {
|
|
54
|
+
"description": "Retourne la valeur de contexte précédente pour permettre le chaînage"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
46
60
|
}
|
|
47
61
|
}
|
|
48
62
|
},
|
|
49
63
|
"components": {
|
|
50
64
|
"schemas": {}
|
|
51
65
|
}
|
|
52
|
-
}
|
|
66
|
+
}
|
package/schema.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/log": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Display in logs",
|
|
15
17
|
"description": "Element for displaying a message in the logs",
|
|
16
18
|
"parameters": [
|
|
@@ -42,11 +44,23 @@
|
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
],
|
|
45
|
-
"x-events": []
|
|
47
|
+
"x-events": [],
|
|
48
|
+
"responses": {
|
|
49
|
+
"200": {
|
|
50
|
+
"description": "Successful response",
|
|
51
|
+
"content": {
|
|
52
|
+
"application/json": {
|
|
53
|
+
"schema": {
|
|
54
|
+
"description": "Returns the previous context value to allow chaining"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
46
60
|
}
|
|
47
61
|
}
|
|
48
62
|
},
|
|
49
63
|
"components": {
|
|
50
64
|
"schemas": {}
|
|
51
65
|
}
|
|
52
|
-
}
|
|
66
|
+
}
|