ceph-csi/vendor/github.com/go-openapi/spec/fixtures/expansion/missingItemRef.json
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00

31 lines
590 B
JSON

{
"swagger": "2.0",
"info": {
"version": "2.1.0",
"title": "Missing Item API"
},
"host": "item.com",
"basePath": "/missing/ref",
"schemes": [
"http"
],
"paths": {
"/employees": {
"get": {
"operationId": "LIST-Employees",
"summary": "List Employee Types",
"responses": {
"200": {
"description": "",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/employees-output"
}
}
}
}
}
}
}
}