forked from 33-Auto/Sampoom-Management-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi-merge.json
More file actions
65 lines (65 loc) · 1.5 KB
/
openapi-merge.json
File metadata and controls
65 lines (65 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"inputs": [
{
"inputURL": "https://sampoom.store/api/auth/v3/api-docs",
"pathModification": {
"prepend": "/api/auth"
}
},
{
"inputURL": "https://sampoom.store/api/user/v3/api-docs",
"pathModification": {
"prepend": "/api/user"
}
},
{
"inputURL": "https://sampoom.store/api/order/v3/api-docs",
"pathModification": {
"prepend": "/api/order"
}
},
{
"inputURL": "https://sampoom.store/api/warehouse/v3/api-docs",
"pathModification": {
"prepend": "/api/warehouse"
}
},
{
"inputURL": "https://sampoom.store/api/factory/v3/api-docs",
"pathModification": {
"prepend": "/api/factory"
}
},
{
"inputURL": "https://sampoom.store/api/agency/v3/api-docs",
"pathModification": {
"prepend": "/api/agency"
}
},
{
"inputURL": "https://sampoom.store/api/part/v3/api-docs",
"pathModification": {
"prepend": "/api/part"
}
},
{
"inputURL": "https://sampoom.store/api/material/v3/api-docs",
"pathModification": {
"prepend": "/api/material"
}
},
{
"inputURL": "https://sampoom.store/api/purchase/v3/api-docs",
"pathModification": {
"prepend": "/api/purchase"
}
},
{
"inputURL": "https://sampoom.store/api/site/v3/api-docs",
"pathModification": {
"prepend": "/api/site"
}
}
],
"output": "dist/combined-api.yaml"
}