492bc77bd4bec356b6b415b3025c2a9c99cebb07
[netconf.git] / restconf / restconf-openapi / src / test / resources / yang-document / controller-opflex.json
1 {
2   "openapi": "3.0.3",
3   "info": {
4     "version": "1.0.0",
5     "title": "opflex",
6     "description": "We are providing full API for configurational data which can be edited (by POST, PUT, PATCH and DELETE).\nFor operational data we only provide GET API.\n\nFor majority of request you can see only config data in examples. That’s because we can show only one example\nper request. The exception when you can see operational data in example is when data are representing\noperational (config false) container with no config data in it."
7   },
8   "servers": [
9     {
10       "url": "http://localhost:8181/"
11     }
12   ],
13   "paths": {},
14   "components": {
15     "schemas": {},
16     "securitySchemes": {
17       "basicAuth": {
18         "scheme": "basic",
19         "type": "http"
20       }
21     }
22   },
23   "security": [
24     {
25       "basicAuth": []
26     }
27   ]
28 }