patternfly-org
patternfly-org copied to clipboard
Implement JSON Schema Generation for react components.
trafficstars
In order to support component validation for AI, the team is currently requesting that we generate a JSON schema for our react components as part of our build process. This can be done with the new documenation framework. We would just need to create a single file with the props and make that available to consumers.
- Update documentation so consumers know it's available and how to use it.
- Test and verify that this package can be used by an LLM
- This schema should be able to be consumed by dynamic components that are being used to generate components using AI.