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
Is your feature request related to a problem? Please describe.
Introducing support to JSON Schemas would make the usage of this repository smoother. It would also document objects for free and set expectations about the data structures.
Describe the solution you'd like
TBD
Describe alternatives you've considered
TBD
The text was updated successfully, but these errors were encountered:
I will likely get through these by next week and currently only objects and filters are supported. For the sake of convenience and because I consume them within the Liquify monorepo they are available in the Liquify Schema submodule.
Because the JSON data structures use array types, it is not possible to simply leverage the integrated $schema prop for inferring the stores within text editors that implement JSON LSP. Folks will need to match stores from within their appropriate editor configs (i.e: workspace settings).
Is your feature request related to a problem? Please describe.
Introducing support to JSON Schemas would make the usage of this repository smoother. It would also document objects for free and set expectations about the data structures.
Describe the solution you'd like
TBD
Describe alternatives you've considered
TBD
The text was updated successfully, but these errors were encountered: