ShreyasGhodke commented on PR #3328:
URL: 
https://github.com/apache/apisix-dashboard/pull/3328#issuecomment-4109957753

   Hi maintainers,
   
   This PR introduces a basic schema parsing utility as a small initial step.
   
   As a follow-up direction, I’m exploring how this utility can evolve into a 
more complete schema-driven form system for plugin configuration. The idea is 
to progressively extend this into:
   
   * a normalized schema parsing layer for consistent form generation
   * support for enums, defaults, and required field handling
   * integration with a SchemaForm component for dynamic UI rendering
   * future compatibility with conditional schema patterns (if/then/else, oneOf)
   
   The goal is to incrementally build toward a reusable schema-to-form pipeline 
rather than a one-off utility.
   
   I’d appreciate feedback on whether this direction aligns with the existing 
SchemaForm efforts (e.g., #3274), and how best to structure future 
contributions around this.
   


-- 
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]

Reply via email to