mogan/api-ref/source/v1/samples/nodes/node-list-resp.json
liusheng 7619e9f057 Normalize API samples json files
Some of the API sample json files include different indent spaces, it is
better to nomalize them with 4 spaces indent.

Change-Id: I7f22de6cef8998c7ae2d1d793b1fcad55334dca3
2017-09-18 20:14:08 +08:00

8 lines
78 B
JSON

{
"nodes": [
"node-0",
"node-1",
"node-2"
]
}