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
In principle we would be looking for the schema key to be ref and if so we would want to find the ref in the OpenAPI object, and use the ref type as the schema type.
The text was updated successfully, but these errors were encountered:
Compeller needs to support refs, because refs are used heavily in OpenAPI specifications which become very large.
The specification itself will use refs to point at other declarations.
MVP
For an MVP, pointing at:
Would be enough, in my opinion, to allow users to dry out their schema's.
Example
Research
This tool supports refs, and is suggested reading: https://github.com/Q42/openapi-typescript-validator
In principle we would be looking for the schema key to be
ref
and if so we would want to find the ref in the OpenAPI object, and use the ref type as the schema type.The text was updated successfully, but these errors were encountered: