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
We currently have a great markdown document explaining the format, but a programmatic JSON schema would support docs creation, and in code validation from a single source of truth.
We could implement this by defining the json input as data classes in the code, and then generating json schemas and docs from it