forked from loafle/openapi-generator-original
15 lines
311 B
JSON
Executable File
15 lines
311 B
JSON
Executable File
{
|
|
"apiVersion": "0.5",
|
|
"swaggerVersion": "1.1",
|
|
"basePath": "http://localhost:8000",
|
|
"apis": [
|
|
{
|
|
"path": "/admin.{format}",
|
|
"description": "Administrative operations"
|
|
},
|
|
{
|
|
"path": "/discovery.{format}",
|
|
"description": "Discovery Service's Core Operations"
|
|
}
|
|
]
|
|
} |