diff --git a/inventory.schema.json b/inventory.schema.json index 9d9bfd9..d914af6 100644 --- a/inventory.schema.json +++ b/inventory.schema.json @@ -2052,8 +2052,17 @@ ] }, "ipaddress": { - "type": "string", - "title": "Virtualmachine ip" + "title": "Virtualmachine ip", + "anyOf": [ + { + "type": "string", + "format": "ipv4" + }, + { + "type": "string", + "format": "ipv6" + } + ] }, "memory": { "type": "integer",