blob: e02321ce64397bda75ec85ae5d3b627cef3088e0 [file] [log] [blame]
Jian Lie1c1c8d2016-05-09 16:24:40 -07001{
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}