orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 134 forks source link

Support for JSON Schema #951

Open jugaadi opened 2 years ago

jugaadi commented 2 years ago

Any support for JSON Schema for inferring types like this or handling validation would be very useful. The spec has stabilised and the community has grown. OpenAPI v3.1 spec which is used across lots of organisations has first class support for JSON Schema v2020-12. Moreover, Orbit specific vocabularies can be easily added for better integration.

bradjones1 commented 2 years ago

Duplicate of https://github.com/orbitjs/orbit/issues/931