Skip to content

Commit

Permalink
Initial commit of contiv model
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
  • Loading branch information
Erik Hollensbe committed Dec 4, 2015
0 parents commit eb1607b
Show file tree
Hide file tree
Showing 325 changed files with 120,329 additions and 0 deletions.
30 changes: 30 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "contivModel",
"objects": [
{
"name": "app",
"type": "object",
"key": [ "tenantName", "appName" ],
"properties": {
"appName": {
"type": "string",
"description": "Application Name"
},
"tenantName": {
"type": "string",
"description": "Tenant Name"
}
},
"link-sets": {
"services": {
"ref": "service"
}
},
"links": {
"tenant": {
"ref": "tenant"
}
}
}
]
}
Loading

0 comments on commit eb1607b

Please sign in to comment.