Slackbot
06/27/2023, 8:26 PMTom
06/27/2023, 8:33 PM"bodyPatterns": [
{
"or": [
{
"matchesJsonPath": "[?(!(@.product.group))]"
},
{
"matchesJsonPath": "[?(!(@.appointment.id))]"
}
]
}
]Biswajit Shaw
06/27/2023, 8:43 PMTom
06/27/2023, 9:26 PMBiswajit Shaw
06/28/2023, 3:26 PM"queryParameters": {
"or": {
"limit": {
"and": [
{
"matches": "^.+$"
},
{
"doesNotMatch": "[0-9]+"
}
]
},
"offset": {
"and": [
{
"matches": "^.+$"
},
{
"doesNotMatch": "[0-9]+"
}
]
}Tom
06/28/2023, 7:35 PMqueryParameters , then under each of those you can nest matchers as deeply as you like.