Skip to content

Commit 28d422b

Browse files
author
Vipin Jain
committed
merge contract groups change
1 parent 5d20bfb commit 28d422b

13 files changed

+525
-224
lines changed

appProfile.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
{
55
"name": "appProfile",
66
"type": "object",
7+
"version": "v1",
78
"key": [ "tenantName", "appProfileName" ],
8-
"properties": {
9+
"cfgProperties": {
910
"tenantName": {
1011
"type": "string",
1112
"title": "Tenant Name",

bgphost.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "contivModel",
33
"objects": [{
44
"name": "Bgp",
5+
"version": "v1",
56
"type": "object",
67
"key": ["hostname"],
7-
"properties": {
8+
"cfgProperties": {
89
"hostname": {
910
"type": "string",
1011
"title": "host name",

0 commit comments

Comments
 (0)