{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_ip", "title": "intel_ip", "anyOf": [ { "$ref": "#/components/schemas/intel_ipv4" }, { "$ref": "#/components/schemas/intel_ipv6" } ] }