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
I've done similar in the past where I've used a JSON Schema to provide a full schema for other files to be used during CI. This would give us a few benefits:
As documentation for the format of each file, can also contain description of the format.
Can be used to test that the test files are correct during any changes in CI. This will prevent any unintentional breakage cause by PRs.
I've done similar in the past where I've used a JSON Schema to provide a full schema for other files to be used during CI. This would give us a few benefits:
As an example (
schemas/userhost-split.yaml
):The text was updated successfully, but these errors were encountered: