Better Parsing of OpenAPI Docs
To improve the dynamic usage of the openapi docs:
- load the schema once with authentication, store for the whole session (as opposed to for every resource again)
- use the schema in the handler to check for
readOnly
fields (as opposed tonotPatchable
in theresourceConfig
)