{
"Interface": {
"name": [
{
"fieldName": "company",
"Details": [
{
"id": "companyId",
"label": "Company ID",
"filterDetails": {
"isFilterAllowed": true,
"type": "text",
"otherAllowedFilters": []
}
},
{
"id": "companyName",
"label": "Company Name",
"filterDetails": {
"isFilterAllowed": true,
"type": "text",
"otherAllowedFilters": []
}
},
{
"id": "companyAddress",
"label": "Company Address",
"filterDetails": {
"isFilterAllowed": false
}
}
]
},
{
"fieldName": "user",
"Details": [
{
"id": "userID",
"label": "Company ID",
"filterDetails": {
"isFilterAllowed": true,
"type": "text",
"otherAllowedFilters": []
}
},
{
"id": "companyName",
"label": "Company Name",
"filterDetails": {
"isFilterAllowed": true,
"type": "text",
"otherAllowedFilters": []
}
},
{
"id": "companyAddress",
"label": "Company Address",
"filterDetails": {
"isFilterAllowed": false
}
}
]
}
]
}
}