FilterSchema
FilterSchema
JSON Example
{
"filters": [
{
"filterValueType": "string",
"name": "string",
"id": "string",
"filterType": "string",
"filterEntries": {
"metadata": {
"number": 0,
"size": 0,
"offset": 0,
"totalPages": 0,
"totalElements": 0
},
"links": [
{
"rel": "string",
"href": "string"
}
],
"content": [
{
"name": "string",
"id": "string"
}
]
}
}
]
}