mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
46 lines
815 B
JSON
46 lines
815 B
JSON
[
|
|
{
|
|
"Title": "1",
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/mappings_static_1"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "result": "mappings static_1" },
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Title": "2",
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/mappings_static_2"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "result": "mappings static_2" },
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
}
|
|
] |