Skip to content

Commit eb1607b

Browse files
author
Erik Hollensbe
committed
Initial commit of contiv model
Signed-off-by: Erik Hollensbe <[email protected]>
0 parents  commit eb1607b

File tree

325 files changed

+120329
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+120329
-0
lines changed

app.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "contivModel",
3+
"objects": [
4+
{
5+
"name": "app",
6+
"type": "object",
7+
"key": [ "tenantName", "appName" ],
8+
"properties": {
9+
"appName": {
10+
"type": "string",
11+
"description": "Application Name"
12+
},
13+
"tenantName": {
14+
"type": "string",
15+
"description": "Tenant Name"
16+
}
17+
},
18+
"link-sets": {
19+
"services": {
20+
"ref": "service"
21+
}
22+
},
23+
"links": {
24+
"tenant": {
25+
"ref": "tenant"
26+
}
27+
}
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)