mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-12 19:28:20 +00:00
22 lines
No EOL
689 B
JSON
22 lines
No EOL
689 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/vpn/wireguard.schema.json",
|
|
"title": "Wireguard",
|
|
"type": "object",
|
|
"properties": {
|
|
"interfaces": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"description": "Wireguard Interface",
|
|
"$ref": "https://nfsense.net/schema/vpn/wireguard_interface.schema.json"
|
|
}
|
|
},
|
|
"peers": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"description": "Wireguard Peer",
|
|
"$ref": "https://nfsense.net/schema/vpn/wireguard_peer.schema.json"
|
|
}
|
|
}
|
|
},
|
|
"required": ["interfaces", "peers"]
|
|
} |