diff --git a/external/resolvedSchemas.json b/external/resolvedSchemas.json index 96983e9..8908404 100644 --- a/external/resolvedSchemas.json +++ b/external/resolvedSchemas.json @@ -9506,16 +9506,10 @@ "description": "A listing of all IP addresses associated with this Host", "anyOf": [ { "type": "string", "format": "ip" }, - { "type": "string", "format": "ipCidr" }, { "type": "array", "uniqueItems": true, "items": { "type": "string", "format": "ip" } - }, - { - "type": "array", - "uniqueItems": true, - "items": { "type": "string", "format": "ipCidr" } } ] },