You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Move the JSON Schema editor to a separate package.
Improve the JSON Schema editor's "Add New Property" feature.
Make the JSON Schema editor field names editable.
Make the JSON Schema editor's look and feel follow the provided design.
Support combiners (anyOf, oneOf, allOf) in the JSON Schema editor.
Design and implement a basic type selector for the JSON Schema editor.
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
Have a published package called @asyncapi/json-schema-editor that contains a React component for editing JSON Schemas.
Make adding a new field easier. When I click on "New Property", a new empty property should appear with the default type of string.
Make the property names editable.
Make the JSON Schema editor look and behave like the provided design.
Support anyOf, oneOf, and allOf combiners in objects as well as in arrays.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity 😴
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.
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.The text was updated successfully, but these errors were encountered: