From 140faf386b7cac5360ad6e4580b790e8ee299ca1 Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:58:31 +0000 Subject: [PATCH] fix typo --- components/schemas/infrastructure/ips/Ip.yml | 2 +- components/schemas/infrastructure/ips/IpPoolProvider.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/schemas/infrastructure/ips/Ip.yml b/components/schemas/infrastructure/ips/Ip.yml index ac7c3e92..4b433363 100644 --- a/components/schemas/infrastructure/ips/Ip.yml +++ b/components/schemas/infrastructure/ips/Ip.yml @@ -6,7 +6,7 @@ required: - hub_id - kind - ip - - assingment + - assignment - pool_id - network_id - address diff --git a/components/schemas/infrastructure/ips/IpPoolProvider.yml b/components/schemas/infrastructure/ips/IpPoolProvider.yml index 7845d7d3..a6f852c3 100644 --- a/components/schemas/infrastructure/ips/IpPoolProvider.yml +++ b/components/schemas/infrastructure/ips/IpPoolProvider.yml @@ -26,4 +26,4 @@ properties: description: A server identifier associated with the pool. server_assignment: type: string - description: An identifier linked to the server assingment of the IP pool. + description: An identifier linked to the server assignment of the IP pool.