bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[task] Enhance Output Schema with Property Descriptions

Open monikakuster opened this issue 10 months ago • 0 comments

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

monikakuster avatar Feb 22 '25 19:02 monikakuster