blob: 577cd49ac313314622790163b8c3105742e9fb38 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {
"title": "Simple API overview",
"version": "2.0.0"
},
"/": {
"paths": {
"summary": "List API versions",
"get": {
"operationId": "listVersionsv2",
"responses": {
"200": {
"description": "200 response",
"application/json": {
"content": {
"examples": {
"value": {
"foo": {
"versions": [
{
"status": "CURRENT",
"updated": "2011-01-21T11:33:21Z",
"id": "v2.0",
"links": [
{
"href": "http://127.0.0.1:8774/v2/",
"rel": "self"
}
]
},
{
"status": "EXPERIMENTAL",
"updated": "2013-07-23T11:33:21Z",
"id": "v3.0",
"links": [
{
"href": "http://127.0.0.1:8774/v3/",
"rel": "self"
}
]
}
]
}
}
}
}
}
}
}
}
}
}
}