nfsense/internal/validation/schema/vpn/vpn.schema.json

11 lines
No EOL
271 B
JSON

{
"$id": "https://nfsense.net/schema/vpn/vpn.schema.json",
"title": "VPN",
"type": "object",
"properties": {
"wireguard": {
"$ref": "https://nfsense.net/schema/vpn/wireguard.schema.json"
}
},
"required": ["wireguard"]
}