We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal of this issue is to introduce support for meta patches in swagger-client dereference strategy.
When allowMetaPatches=true - decorate referenced structure with $$ref field and assign it an absolutified JSON Pointer.
allowMetaPatches=true
$$ref
Refs #2289
The text was updated successfully, but these errors were encountered:
feat(reference): add support for allowMetaPatches option
d45400a
This affects OpenAPI 3.1 swagger-client dereference strategy. Refs #2336
feat(reference): add support for allowMetaPatches option (#2337)
22c5c7c
char0n
No branches or pull requests
Goal of this issue is to introduce support for meta patches in swagger-client dereference strategy.
When
allowMetaPatches=true
- decorate referenced structure with$$ref
field and assign it an absolutified JSON Pointer.Refs #2289
The text was updated successfully, but these errors were encountered: