From 82af2daafc66cfa847ba44998d1243a4ec237add Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 13 Feb 2026 11:23:02 +0100 Subject: [PATCH] =?UTF-8?q?fix(schema):=20add=20unique=20constraint=20on?= =?UTF-8?q?=20InfraVLAN.vlan=5Fid=20for=20human=5Ffriendly=5Fid=20?= =?UTF-8?q?=E2=80=94=20refs=20#45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/vlan_vxlan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/vlan_vxlan.yml b/schemas/vlan_vxlan.yml index c55ae1a..026327e 100644 --- a/schemas/vlan_vxlan.yml +++ b/schemas/vlan_vxlan.yml @@ -20,6 +20,7 @@ nodes: attributes: - name: vlan_id kind: Number + unique: true description: VLAN ID (1-4094) - name: name kind: Text