{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_wan_static_addressing", "title": "magic_wan_static_addressing", "description": "(optional) if omitted, use DHCP. Submit secondary_address when site is in high availability mode.", "properties": { "address": { "$ref": "#/components/schemas/magic_cidr" }, "gateway_address": { "$ref": "#/components/schemas/magic_ip-address" }, "secondary_address": { "$ref": "#/components/schemas/magic_cidr" } }, "required": [ "address", "gateway_address" ], "type": "object" }