-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
27 lines (27 loc) · 1.19 KB
/
catalog.json
File metadata and controls
27 lines (27 loc) · 1.19 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
{
"name" : "E2E API Catalog",
"apis" : [
{
"id" : "E2E-ProcessTraceAPI",
"icon" : "https://www.scheer-group.com/Scheer/uploads/sites/4/2016/09/e2e_bridge_logo_star_mit_verlauf_ohne_claim.png",
"endpoint" : "http://demo.e2ebridge.com:19118/rest/trace/api",
"endpointType" : "rest",
"name" : "E2E-ProcessTraceAPI",
"description" : "Trace your process instances to analyse it in the Process Dashboard.",
"definitionUrl" : "https://raw.githubusercontent.com/e2ebridge/BridgeGatewayCatalogTest/master/RESTService.ProcessTrace.yaml",
"definitionType" : "SwaggerYAML",
"tags" : [ "E2E" ]
},
{
"id" : "Swagger-Petstore",
"icon" : "https://www.scheer-group.com/Scheer/uploads/sites/4/2016/09/e2e_bridge_logo_star_mit_verlauf_ohne_claim.png",
"endpoint" : "http://petstore.swagger.io/v2/",
"endpointType" : "rest",
"name" : "Swagger Petstore API",
"description" : "This is a sample server Petstore server.",
"definitionUrl" : "https://raw.githubusercontent.com/e2ebridge/BridgeGatewayCatalogTest/master/petstore.yaml",
"definitionType" : "SwaggerYAML",
"tags" : [ "E2E" ]
}
]
}