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
Also, the JsonSchema* types form the json-schema library would be useful for type inference and completion while writing schemas, but the following would also not work:
edit: I just realized that a JsonSchema type is exposed by the library so that is great, but reading schemas from JSON is probably still worth exploring, here's a related ts issue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The library works flawlessly for small, freshly written schemas, but existing schemas cannot be used currently.
E.g. the following won't work, even though it is a valid schema:
Also, theJsonSchema*
types form the json-schema library would be useful for type inference and completion while writing schemas, but the following would also not work:edit: I just realized that a JsonSchema type is exposed by the library so that is great, but reading schemas from
JSON
is probably still worth exploring, here's a related ts issue.The text was updated successfully, but these errors were encountered: