-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The topic endpoint now returns a message schema including field types. The Topic Panel must parse this schema and generate matching UI controls automatically. When the user changes values in the panel and sends a message, the UI must build a valid JSON payload that matches the schema.
Proposed solution (optional)
- Fetch schema metadata from the topic endpoint response.
- Parse schema into a UI model (fields, types, optionality/defaults if available).
- Render dynamic controls in the Topic Panel based on field types.
- Build and send JSON that conforms to the schema.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request