{
    "$schema": "https://json-schema.org/schema",
    "$id": "AddEntries",
    "title": "",
    "type": "object",
    "properties": {
        "projectPath": {
            "type": "string",
            "description": "The project relative path (ex: servers/frontend-server)"
        }
    },
    "required": ["projectPath"]
}
