forked from go-openapi/spec
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
circular $ref expansion: fixed edge cases
* fixes go-openapi#94 * now expanded $ref are always contained in the resulting document. All circular $ref that used to resolve to a remote $ref now resolve as a json pointer inside the expanded document. * schema IDs are removed from the expanded spec: schemas expanded from some schema ID reference now refer to the new expanded root document. * fixed circular ID resolution Signed-off-by: Frederic BIDON <[email protected]>
- Loading branch information
Showing
48 changed files
with
21,618 additions
and
228 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
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
Oops, something went wrong.