{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_wans_add_single_request", "title": "magic_wans_add_single_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" } }, "required": [ "physport", "vlan_tag" ], "type": "object" }