Detailed description
If an unsupported type is used in a json file (other than Data Types), the linter will solely output err is not defined.
It does report properly in a yaml file
To Replicate
- Create a json file for some portion of your documentation.
- Instead of a supported datatype, put
foo.
- Run the linter
- Profit