ShreyasGhodke opened a new pull request, #3328: URL: https://github.com/apache/apisix-dashboard/pull/3328
**Why submit this pull request?** - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches **What changes will this PR take into?** This PR introduces a basic utility to parse JSON Schema definitions into a structure suitable for rendering dynamic configuration forms in the APISIX Dashboard. The parser extracts: - schema property names - property types - required fields - enum options - default values This can be used as a foundation for implementing a reusable SchemaForm component that renders plugin configuration forms directly from JSON Schema. **Related issues** N/A **Checklist:** - [x] Did you explain what problem does this PR solve? Or what new features have been added? - [ ] Have you added corresponding test cases? - [ ] Have you modified the corresponding document? - [x] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
