Skip to content

Add MockServer expectation JSON schemas (external)#5674

Open
jamesdbloom wants to merge 1 commit into
SchemaStore:masterfrom
jamesdbloom:add-mockserver-expectation-schema
Open

Add MockServer expectation JSON schemas (external)#5674
jamesdbloom wants to merge 1 commit into
SchemaStore:masterfrom
jamesdbloom:add-mockserver-expectation-schema

Conversation

@jamesdbloom
Copy link
Copy Markdown

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/:

Schema URL Description
expectation.json https://www.mock-server.com/schema/expectation.json Single expectation configuration
expectations.json https://www.mock-server.com/schema/expectations.json Array of expectations

Both schemas are self-contained (all $refs are resolved inline) and use draft-07.

File Matches

  • mockserver-expectations.json / .yaml / .yml — common expectation initializer filenames
  • mockserverInitialization.json — default MockServer initialization file

Links

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
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen
Copy link
Copy Markdown
Contributor

merge conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants