You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema.json repeats the "import" and "install" sections, which means you have to remember to update both sections. And can cause issues like: #356. If only one section is updated the other will stop being imported.
Here are a couple of ideas:
make "phase" a field in the schema, and remove the duplication (my preference, but old data can no longer be imported)
add a check that is executed by a GitHub action that validates the JSON.
The text was updated successfully, but these errors were encountered:
At the very least, having a README for the schema.json where you can see the schema at a glance and make notes about this kind of stuff would make it "less possible" to mess it up.
The schema.json repeats the "import" and "install" sections, which means you have to remember to update both sections. And can cause issues like: #356. If only one section is updated the other will stop being imported.
Here are a couple of ideas:
The text was updated successfully, but these errors were encountered: