Open
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
When working with the JSON files exported by the deploy CLI, it's hard to know what fields and values are valid/required/etc.
Describe the ideal solution
It would be great if a JSON schema for these types were provided.
Ideally, the schema would be published to something like JSON Schema Store so that editors can automatically detect them via glob patterns. Alternatively/additionally, the export functionality of the CLI could write in a $schema
URL for each file it exports, so that editors can use this information to validate the file.
Alternatives and current workarounds
I was unable to find a JSON schema definition. If only that were available, this would already be a huge step forward as users could wire it up to their editors manually.
Additional context
No response