Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4448,6 +4448,23 @@
],
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
},
{
"name": "MockServer Expectation",
"description": "MockServer expectation configuration. MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS. See https://www.mock-server.com",
"fileMatch": [
"mockserver-expectations.json",
"mockserver-expectations.yaml",
"mockserver-expectations.yml",
"mockserverInitialization.json"
],
"url": "https://www.mock-server.com/schema/expectation.json"
},
{
"name": "MockServer Expectations Array",
"description": "MockServer expectations array configuration. See https://www.mock-server.com",
"fileMatch": [],
"url": "https://www.mock-server.com/schema/expectations.json"
},
{
"name": "monospace.yml",
"description": "MonoSpace configuration file",
Expand Down
Loading