Replies: 1 comment 2 replies
-
Thanks for the suggestion! Yes, I would love to add TypeScript types and a JSON schema for the declarative specs. It's just a matter of finding sufficient time (or external contributions). Unfortunately I'm pretty tied up with other obligations until November. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fantastic project!
Do you have any plans for publishing a schema for vgplot specs? It would make it easier to create plots by enabling auto-completion and validation in editors.
Maybe consider https://zod.dev/ for defining a schema which could be used for parsing and validation and would also serve as TypeScript types. JSON schema could then be generated from Zod definitions using zod-to-json-schema
Beta Was this translation helpful? Give feedback.
All reactions