Merge "Fixed typo in SnapshotBackedWriteTransaction class"
[controller.git] / opendaylight / md-sal / sal-rest-docgen / src / test / resources / topology-new.json
1 {
2     "apiVersion": "1.0.0",
3     "swaggerVersion": "1.2",
4     "basePath": "/restconf",
5     "resourcePath": "/config",
6     "produces": [ "application/json", "application/xml" ],
7     "apis": [
8         {
9             "path": "/network-topology:network-topology/network-topology",
10             "operations": [
11                 {
12                     "method": "GET",
13                     "summary": "Test",
14                     "notes": null,
15                     "type": "support",
16                     "nickname": "test",
17                     "consumes": null,
18                     "responseMessages": null
19                 }
20             ]
21         }
22     ],
23     "models": {
24         "supporting-link": {
25             "id":"supporting-link",
26             "$schema": "http://json-schema.org/draft-04/schema",
27             "properties": {
28                 "link-ref": {
29                     "required": false
30                 }
31             },
32             "type": "object"
33         }
34     }
35 }