Skip to content

Commit 5175b4e

Browse files
authored
Switch WireMock stubs schema entry to point to WireMock's GitHub repo (SchemaStore#4834)
* Removed (now quite old) WireMock stubs schema from the repository plus associated tests and updated catalog.json entry to point to maintained version in the WireMock OSS GH repo * Fixed formatting issue
1 parent c2bf8a7 commit 5175b4e

File tree

6 files changed

+10
-891
lines changed

6 files changed

+10
-891
lines changed

src/api/json/catalog.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7932,9 +7932,16 @@
79327932
},
79337933
{
79347934
"name": "WireMock stub mapping",
7935-
"description": "WireMock stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7936-
"fileMatch": ["wiremock-stub-mapping.yml", "wiremock-stub-mapping.yaml"],
7937-
"url": "https://www.schemastore.org/wiremock-stub-mapping.json"
7935+
"description": "WireMock single or multiple stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7936+
"fileMatch": [
7937+
"wiremock-stub-mapping.yml",
7938+
"wiremock-stub-mapping.yaml",
7939+
"stubs.json",
7940+
"stub-mappings.json",
7941+
"stubs.yaml",
7942+
"stub-mappings.yaml"
7943+
],
7944+
"url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
79387945
},
79397946
{
79407947
"name": "Bitmovin Encoding Template",

src/negative_test/wiremock-stub-mapping/invalid-request-body-pattern.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/negative_test/wiremock-stub-mapping/invalid-response-status-type.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)