{
  "$schema": "https://raw.githubusercontent.com/conda/menuinst/refs/heads/main/menuinst/data/menuinst.schema.json",
  "menu_name": "NoPlatforms",
  "menu_items": [
    {
      "name": "NoPlatforms",
      "description": "This won't install to any platform because the 'platforms' key is empty.",
      "icon": null,
      "command": [
        "python",
        "-m",
        "this"
      ],
      "platforms": {}
    }
  ]
}
