Skip to content
New issue

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

feat(reference): add support for OAS 3.1 Path Item dereference #460

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

char0n
Copy link
Member

@char0n char0n commented Jun 29, 2021

Closes #458

@char0n char0n added enhancement New feature or request OpenAPI 3.1 ApiDOM labels Jun 29, 2021
@char0n char0n self-assigned this Jun 29, 2021
@@ -46,6 +46,10 @@ describe('refractor', function () {
pathItems: {
PathItem1: {},
PathItem2: { $ref: '#/components/pathsItems/PathItem1' },
PathItem3: {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently refract everything in components/pathItems object as Reference Object if it has $ref property.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@char0n char0n merged commit 02717c9 into master Jun 29, 2021
@char0n char0n deleted the char0n/path-item-dereference branch June 29, 2021 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenApi 3.1: dereference of Path Item Object
1 participant