{
"type": "object",
"required": [
"nodePath",
"fullPathToApp"
],
"properties": {
"nodePath": {
"type": "string",
"description": "The path to the Node.js executable."
},
"fullPathToApp": {
"type": "string",
"description": "The full path to the app directory where MemoryMesh is located."
}
}
}