• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • definitions
  • ApplicationId.json
  • Prince Pereira's avatar
    Backporting the fix from onos-1.6 (change-id : I82e1e0e55bbc017d6c0cce7d9a6af7a5… · 886d918b ...
    886d918b
    …78d7196e ) for ONOS-4641 fix
    
    Change-Id: Ia857107564232eb9775f83d4e804ec36b04bf1db
    Prince Pereira authored 2016-07-21 01:45:28 +0000
ApplicationId.json 206 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "type": "object",
  "title": "applicationId",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "org.onosproject.distributedprimitives"
    }
  }
}