{
	"$id": "https://openwrt.org/wifi.vlan.json",
	"$schema": "http://json-schema.org/draft-07/schema#",
	"description": "OpenWrt WiFi VLAN Schema",
	"type": "object",
	"properties": {
		"name": {
			"description": "VLAN name",
			"type": "string"
		},
		"vid": {
			"description": "VLAN ID",
			"type": "string"
		}
	}
}
