-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resolver): remove LinkElement hook main dereference
LinkElement visit hook works on top of ApiDOM only, and has no effect when serialized into POJO. This commit disables this visit hook. LinkElement is a runtime things, we're not making the LinkElement.operationRef absolute as during the runtime relative references might resolve against different URIs then in parsing/dereference phase. Refs #2793
- Loading branch information
Showing
18 changed files
with
11 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...s/openapi-3-1-swagger-client/link-object/__fixtures__/operation-id-non-existent/root.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...tegies/openapi-3-1-swagger-client/link-object/__fixtures__/operation-id/dereferenced.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...nce/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/operation-id/root.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...napi-3-1-swagger-client/link-object/__fixtures__/operation-ref-external/dereferenced.json
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...tegies/openapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-external/ex.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...gies/openapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-external/root.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...enapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-id-both-defined/root.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...1-swagger-client/link-object/__fixtures__/operation-ref-ignore-external/dereferenced.json
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...openapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-ignore-external/ex.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...enapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-ignore-external/root.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...napi-3-1-swagger-client/link-object/__fixtures__/operation-ref-internal/dereferenced.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...gies/openapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-internal/root.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...enapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-invalid-pointer/root.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
.../openapi-3-1-swagger-client/link-object/__fixtures__/operation-ref-unresolvable/root.json
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
...rence/dereference/strategies/openapi-3-1-swagger-client/link-object/dereference-apidom.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.