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
After reading #35, I am wondering if it wouldn't be a good opportunity to publish components that could used somewhere else such VS Code extension / CRA apps / Docusaurus / ...
Here is a basic proposal based on what I have a mind :
Split into several packages :
@atlassian/json-schema-viewer : Given a schema and a root component, it displays the schema in a human friendly way
@atlassian/json-schema-editor : Given a schema and a root component, it gives a playground for users
@atlassian/json-schema-faker-json / @atlassian/json-schema-faker-yaml (components for @atlassian/json-schema-viewer) : Generate fake data compliant to the current selected path. If some users only care for json or yaml, well, they have the choice
@atlassian/json-schema-toolbar : Given a schema, list all root definitions. When clicking to one item, we are redirected to the proper pages (thus a peer-dependancy with @atlassian/json-schema-viewer)
What do you think ?
Kind regards
The text was updated successfully, but these errors were encountered:
Hello,
After reading #35, I am wondering if it wouldn't be a good opportunity to publish components that could used somewhere else such VS Code extension / CRA apps / Docusaurus / ...
Here is a basic proposal based on what I have a mind :
Split into several packages :
What do you think ?
Kind regards
The text was updated successfully, but these errors were encountered: