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

OpenApi 3.1 namespace - support $id during dereference #371

Closed
2 tasks done
char0n opened this issue Apr 22, 2021 · 0 comments · Fixed by #375
Closed
2 tasks done

OpenApi 3.1 namespace - support $id during dereference #371

char0n opened this issue Apr 22, 2021 · 0 comments · Fixed by #375
Assignees
Labels

Comments

@char0n
Copy link
Member

char0n commented Apr 22, 2021

https://json-schema.org/draft/2020-12/json-schema-core.html#id-keyword

  • Naive implementation
  • Implementation support recursive upwards $id resolution
@char0n char0n added enhancement New feature or request OpenAPI 3.1 ApiDOM labels Apr 22, 2021
@char0n char0n self-assigned this Apr 22, 2021
char0n added a commit that referenced this issue Apr 22, 2021
This implementation currently disregard upwards resolution
of  within enclosing schema.
It is assumed that first defined enclosing  is used as base URI.

Refs #371
char0n added a commit that referenced this issue Apr 22, 2021
This implementation currently disregard upwards resolution
of  within enclosing schema.
It is assumed that first defined enclosing  is used as base URI.

Refs #371
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 a pull request may close this issue.

1 participant