{
"type": "string",
"properties": {
"success": {
"type": "string"
},
"fullConfig": {
"type": "string",
"description": "string"
},
"peer": {
"type": "string",
"properties": {
"address": {
"type": "string"
},
"privateKey": {
"type": "string"
},
"presharedKey": {
"type": "string"
}
}
},
"server": {
"type": "string",
"properties": {
"publicKey": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"allowedIPs": {
"type": "string"
}
}
}
}
}