ash_json_api
ash_json_api copied to clipboard
Finish/flesh out the json schema, and non json schema validations
Currently the json schema does not support everything and is not quite finished. We should audit the current json schema endpoint and ensure that it is feature complete.
Anyone who wants to champion this is more than welcome! There are all kinds of things that could be added to the schema at the moment. We may, however, want some generic tooling in the core that can serve any api extension in their effort to create types for these kinds of things.
It's good enough to close this issue, but some cases where we say things like just "object" where it could be more specified. Not a big deal, just improvements to be made further down the line.