quicktype
quicktype copied to clipboard
Question: Support for JSON Schema `pattern` property
Hey, this looks like a great project and almost exactly what I'm looking for. The only missing feature I see (so far) is that we rely on JSON-Schema pattern in our schemas and we'd love to include logic in the generated Javascript code.
So I have a couple questions to figure out next steps:
- I couldn't find any reference in GH Issues, but is there any inkling of a plan to support JSON-schema
patterns? - In terms of code cleanliness, if I was to embark on the journey to get JSON-Schema
patternsupport as an Input source property would it be acceptible to ONLY wire that up for Javascript? Or when adding new Input source capabilities is it a requirement that I'd need to port that to all output formats?
Thanks and keep you the awesome work on this project! This could be a Rosetta stone for polyglot companies!
+1