-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: support circular refs - switch to our forked json schema ref parser - bundle http operations - validate circular data properly - dynamically generate data for circular structures - tests * chore: add pr template * fix: test harness * fix: opps * chore: update stoplight json * chore: fix building the binary for test harness - bump stoplight json in http * chore: remove todos
- Loading branch information
Showing
27 changed files
with
2,748 additions
and
701 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Addresses #[ISSUE_NUMBER] | ||
|
||
**Summary** | ||
|
||
Replace this with something that explains what this PR is for and why it matters. | ||
|
||
**Checklist** | ||
|
||
- The basics | ||
- [ ] I tested these changes manually in my local or dev environment | ||
- Tests | ||
- [ ] Added or updated | ||
- [ ] N/A | ||
- Event Tracking | ||
- [ ] I added event tracking and followed the event tracking guidelines | ||
- [ ] N/A | ||
- Error Reporting | ||
- [ ] I reported errors and followed the error reporting guidelines | ||
- [ ] N/A | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots or gifs to help demonstrate the changes. If not applicable, remove this screenshots | ||
section before creating the PR. | ||
|
||
**Additional context** | ||
|
||
Add any other context about the pull request here. Remove this section if there is no additional context. |
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
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
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.