{
    "$schema": "https://json-schema.org/draft-07/schema",
    "$id": "https://schemas.conda.io/menuinst-1.schema.json",
    "menu_name": "Example 2",
    "menu_items": [
        {
            "name": "Example",
            "description": "This is invalid because platforms.<os> cannot be a boolean",
            "icon": null,
            "command": [
                "python",
                "-m",
                "this"
            ],
            "platforms": {
                "win": false
            }
        }
    ]
}
