{
"keyWord": "string",
"filterIntArray": [
0
],
"filterLongArray": [
0
],
"filterStringValue": {
"property1": "string",
"property2": "string"
},
"filterNumericValue": {
"property1": 0,
"property2": 0
},
"filterStringArrayValue": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"filterStringStringValue": {
"property1": {
"property1": "string",
"property2": "string"
},
"property2": {
"property1": "string",
"property2": "string"
}
},
"filterDateArrayValue": {
"property1": [
"2019-08-24T14:15:22.123Z"
],
"property2": [
"2019-08-24T14:15:22.123Z"
]
},
"filterNumericArrayValue": {
"property1": [
0
],
"property2": [
0
]
},
"filterStringArrayArrayValue": {
"property1": [
[
"string"
]
],
"property2": [
[
"string"
]
]
}
}