json-schemas

MSON Schema

A JSON schema for MSON models.

Source: https://github.com/Tschrock/mson-json-schema

Usage

VS Code

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).

Other IDEs

Google how to configure JSON Schemas in your IDE.

Generic

Add the schema as a property at the top of your JSON file:

{
    "$schema": "https://json.cp3.es/com.minelittlepony.mson/model.json"
}