patternfly-org icon indicating copy to clipboard operation
patternfly-org copied to clipboard

Implement JSON Schema Generation for react components.

Open dlabaj opened this issue 4 months ago • 0 comments
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.

dlabaj avatar Jul 17 '25 17:07 dlabaj