{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/networkWireGuardKeys.json",
	"type": "object",
	"title": "WireGuard generated key pair",
	"additionalProperties": false,
	"required": [
		"privateKey",
		"publicKey"
	],
	"properties": {
		"privateKey": {
			"$id": "#/properties/privateKey",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/wireGuard.json#/definitions/privateKey"
		},
		"publicKey": {
			"$id": "#/properties/publicKey",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/wireGuard.json#/definitions/publicKey"
		}
	}
}
