Skip to content

Commit a58a5ef

Browse files
authored
Update ipfabric.yml
1 parent fad721d commit a58a5ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/examples/ipfabric/ipfabric.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ nodes:
365365
- name__value
366366
- vlan_id__value
367367
uniqueness_constraints:
368-
- ["location", "vlan_id"]
368+
- ["location", "vlan_id__value"]
369369
attributes:
370370
- name: name
371371
kind: Text
@@ -432,8 +432,8 @@ nodes:
432432
label: IP Address
433433
peer: InfraIPAddress
434434
optional: true
435-
cardinality: one
436-
kind: Attribute
435+
cardinality: many
436+
kind: Component
437437
- name: IPAddress
438438
namespace: Infra
439439
description: "IP Address"

0 commit comments

Comments
 (0)