{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_acl-subnet", "title": "magic_acl-subnet", "oneOf": [ { "$ref": "#/components/schemas/magic_ip-address" }, { "$ref": "#/components/schemas/magic_cidr" } ] }