Alban Mouton
Alban Mouton
Hello, To reduce the performance impact of iframe-resizer could you add a parameter to increase the interval between analysis of the mutations ? What I have in mind would simply...
For now some things are done deps/third-party.js some other are passed using options, read from global, etc. I need to take the time to review this and implement the best...
We rely heavily on oneOf, allOf, etc. These are largely not compatible with additionalProperties=false. This is a problem as this json schema feature makes for safer apis and more useful...
Can it replace x-fromData ? Is it compatible with ajv ? https://gregsdennis.github.io/json-everything/usage/vocabs-data.html
See https://github.com/json-schema-org/community/discussions/70 - [ ] explore the topic of json-schema vocabularies and initiate one in vjsf project - [ ] express as many as possible of our annotations in this...
Properties are removed by initial input event, but they come back on the next change.
**Disclaimer: this is a draft, the described changes are important and must not be rushed.** ## Motivation The doc says "Structure and presentation are coupled. Meaning that the rendering of...
Done as a custom component here https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/263 But as it is a vuetify component and doesn't require loading a third-party lib it could be a standard functionality of vjsf.
See https://json-schema.org/understanding-json-schema/reference/numeric.html#multiples This needs to be used both for input validation and to improve the form by using it as step.
Thanks for the impressive piece of work. In your thesis you specifically mention that xsd2json doesn't support the extension of complex types. Do you have any project to fill this...