ApplicationIds.json
546 Bytes
{
"type": "object",
"title": "applicationIds",
"required": [
"applicationIds"
],
"properties": {
"applicationIds": {
"type": "array",
"xml": {
"name": "applicationIds",
"wrapped": true
},
"items": {
"type": "object",
"title": "applicationId",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"example": "org.onosproject.distributedprimitives"
}
}
}
}
}
}