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.