@digipair/skill-markitdown 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 +18 -3
- package/schema.json +18 -3
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/convert": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Convertit en markdown",
|
|
15
17
|
"parameters": [
|
|
16
18
|
{
|
|
@@ -32,7 +34,20 @@
|
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
36
|
],
|
|
35
|
-
"x-events": []
|
|
37
|
+
"x-events": [],
|
|
38
|
+
"responses": {
|
|
39
|
+
"200": {
|
|
40
|
+
"description": "Réponse réussie",
|
|
41
|
+
"content": {
|
|
42
|
+
"application/json": {
|
|
43
|
+
"schema": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Contenu markdown converti"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
36
51
|
}
|
|
37
52
|
}
|
|
38
53
|
},
|
|
@@ -40,4 +55,4 @@
|
|
|
40
55
|
"schemas": {}
|
|
41
56
|
},
|
|
42
57
|
"x-scene-blocks": {}
|
|
43
|
-
}
|
|
58
|
+
}
|
package/schema.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/convert": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"service"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Convert to markdown",
|
|
15
17
|
"parameters": [
|
|
16
18
|
{
|
|
@@ -32,7 +34,20 @@
|
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
36
|
],
|
|
35
|
-
"x-events": []
|
|
37
|
+
"x-events": [],
|
|
38
|
+
"responses": {
|
|
39
|
+
"200": {
|
|
40
|
+
"description": "Successful response",
|
|
41
|
+
"content": {
|
|
42
|
+
"application/json": {
|
|
43
|
+
"schema": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Converted markdown content"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
36
51
|
}
|
|
37
52
|
}
|
|
38
53
|
},
|
|
@@ -40,4 +55,4 @@
|
|
|
40
55
|
"schemas": {}
|
|
41
56
|
},
|
|
42
57
|
"x-scene-blocks": {}
|
|
43
|
-
}
|
|
58
|
+
}
|