blob: 43deb9478c8a4c8fb84046e901b84569e5ab69bd [file] [log] [blame]
Jian Li0409b702016-05-03 18:21:37 -07001{
2 "type": "object",
3 "title": "nodeId",
4 "required": [
5 "nodeId"
6 ],
7 "properties": {
8 "nodeId": {
9 "type": "string",
10 "example": "1"
11 }
12 }
13}