`spyder` contains invalid json
- Dominant language
- Python
- Stars
- 50
- Forks
- 49
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 16
Description
### Checklist
- [x] I added a descriptive title
- [x] I searched open reports and couldn't find a duplicate
### What happened?
https://github.com/conda-forge/spyder-feedstock/blob/1c33270a40c7910c8207262274653a3491e93c83/recipe/spyder-menu.json#L160-L175
The above linked json file does not match the menuinst schema but it is not properly linted. According to [the schema](https://github.com/conda/menuinst/blob/cep-devel/menuinst/data/menuinst.schema.json#L667-L672) the highlighted section should contain a `name`, `description` and `command` which it doesnt. Only the `win` section contains it.
(Also the `spyder` json file refers to a non-existing schema)
Tagging @jaimergp and @mrclary as requested by jaime.
### Conda Info
```shell
Not applicable
```
### Conda Config
```shell
Not applicable
```
### Conda list
```shell
Not applicable
```
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.