bytechef
bytechef copied to clipboard
[task] Enhance Output Schema with Property Descriptions
Enhance the output schema for all components by ensuring each property includes a description. This will improve the documentation and user interface by providing clear information about each property's purpose and usage.
Tasks:
- [ ] Review all components within the project. For each property in the output schema, ensure that a
description()method is invoked to provide a meaningful description of the property. - [x] Update the document generation process to include property descriptions in the output section.
- [x] Update open API generator to add a description to every output property if defined in the schema