A JSON schema for MSON models.
Source: https://github.com/Tschrock/mson-json-schema
Copy the settings from ./.vscode/settings.json
to your project (you might need to modify the fileMatch
option if you store your models in a different directory).
Google how to configure JSON Schemas in your IDE.
Add the schema as a property at the top of your JSON file:
{
"$schema": "https://json.cp3.es/com.minelittlepony.mson/model.json"
}