|
|
|
|
|
by orta
2363 days ago
|
|
Yep, a schema would work fine for this (and you can generate it from types) You can test them locally using vscode using the "$schema" field on the root obj, here's an example PR doing all that: https://github.com/danger/peril/pull/281 You can either have users add that schema reference in the JSON (throw it in the template) or ship a vscode extension which connects them |
|