You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the typing in compeller has been growing from a what can be made to work type specification but the actual typing needs to enforce the required format of the schema document.
Requirements
All schemas need to be static, to allow for inference, so must use the JSONSchema type from json-schema-to-ts
Since paths don't support ref's it should not be possible to put a ref in a path
Essentially, the document should be richly typed
The text was updated successfully, but these errors were encountered:
Currently, the typing in compeller has been growing from a what can be made to work type specification but the actual typing needs to enforce the required format of the schema document.
Requirements
JSONSchema
type from json-schema-to-tsEssentially, the document should be richly typed
The text was updated successfully, but these errors were encountered: