Jian Li | e1c1c8d | 2016-05-09 16:24:40 -0700 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "applicationId", | ||||
4 | "required": [ | ||||
5 | "name", | ||||
6 | "id" | ||||
7 | ], | ||||
8 | "properties": { | ||||
9 | "name": { | ||||
10 | "type": "string", | ||||
11 | "example": "org.onosproject.distributedprimitives" | ||||
12 | }, | ||||
13 | "id": { | ||||
14 | "type": "integer", | ||||
15 | "format": "int64", | ||||
16 | "example": 1 | ||||
17 | } | ||||
18 | } | ||||
19 | } |