blob: e02321ce64397bda75ec85ae5d3b627cef3088e0 [file] [log] [blame]
{
"type": "object",
"title": "applicationId",
"required": [
"name",
"id"
],
"properties": {
"name": {
"type": "string",
"example": "org.onosproject.distributedprimitives"
},
"id": {
"type": "integer",
"format": "int64",
"example": 1
}
}
}