Add MockServer expectation JSON schemas (external)#5674
Open
jamesdbloom wants to merge 1 commit into
Open
Conversation
MockServer is an open-source HTTP(S) mock server and proxy for testing. The schemas are self-hosted at https://www.mock-server.com/schema/ - expectation.json: Single expectation configuration - expectations.json: Array of expectations See https://www.mock-server.com and https://github.com/mock-server/mockserver
Contributor
|
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
Contributor
|
merge conflicts |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add catalog entries for MockServer expectation JSON schemas.
MockServer is an open-source HTTP(S) mock server and proxy for testing, with over 4,500 GitHub stars. It enables easy mocking of any system you integrate with via HTTP or HTTPS.
Schemas
The schemas are self-hosted at
https://www.mock-server.com/schema/:expectation.jsonexpectations.jsonBoth schemas are self-contained (all
$refs are resolved inline) and usedraft-07.File Matches
mockserver-expectations.json/.yaml/.yml— common expectation initializer filenamesmockserverInitialization.json— default MockServer initialization fileLinks