Files
filament/libs/viewer/schemas
Philip Rideout 5ebc6bce04 Add schema for automation specs.
This can help when authoring a spec using your favorite text editor.
2020-10-09 10:23:27 -07:00
..
2020-10-09 10:23:27 -07:00

The schema in this folder can be used to enable autocomplete and help features when authoring automation specs in your favorite text editor. For example, for Visual Studio Code you can add the following to .vscode/settings:

"json.schemas": [
    {
        "fileMatch": [
            "libs/viewer/tests/basic.json"
        ],
        "url": "./libs/viewer/schemas/automation.json"
    }
]