Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 566 Bytes

File metadata and controls

21 lines (18 loc) · 566 Bytes

Magnificent Cartographer: Schemas

Schemas used for Magnificent Cartographer objects.

To use these add these lines to your Visual Studio Code settings.json:

{
    "yaml.schemas": {
        "https://mindflayer-vtt.github.io/magnificent-cartographer-schemas/magnificent-space.json": "*.magnificent.yml",
    },
    "json.schemas": [
        {
            "fileMatch": [
                "*.magnificent.json"
            ],
            "url": "https://mindflayer-vtt.github.io/magnificent-cartographer-schemas/magnificent-space.json"
        }
    ]
}