Open KhudaDad414 opened 5 months ago
/progress 50
DropdownMenu has been refactored to be more flexible to be used in JSON Schema Type Editor. #1108
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
Problem
The work started in #1065 is a great start, but in my opinion, a functional visual JSON Schema editor needs more attention. There are some missing features I think are essential for it to be considered production-ready.
Solution
First of all, I propose creating a separate package for the visual JSON Schema editor. This will help us to publish it separately and create a separation of concerns in the studio as well.
Rabbit holes
...
Scope
Out of bounds
Supporting $refs is out of scope. A complete type editor would be out of scope. (too complex and should be considered in a separate pitch after the design is finalized)
Success criteria
@asyncapi/json-schema-editor
that contains a React component for editing JSON Schemas.string
.anyOf
,oneOf
, andallOf
combiners in objects as well as in arrays.