{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_wan_update_request", "title": "magic_wan_update_request", "properties": { "name": { "type": "string" }, "physport": { "$ref": "#/components/schemas/magic_port" }, "priority": { "type": "integer" }, "static_addressing": { "$ref": "#/components/schemas/magic_wan_static_addressing" }, "vlan_tag": { "$ref": "#/components/schemas/magic_vlan_tag" } }, "type": "object" }