{
    "type": "BusinessObject",
    "id": "tlt",
    "label": "Product TLT (ESH-CDS)",
    "labelPlural": "Product TLT (ESH-CDS)",
    "defaultNavigationTarget": { "text": "Show Detail", "targetUrl": "#id={PRODUCT_ID}", "target": "_blank" },
    "attributes": [
        {
            "id": "CATEGORY",
            "label": "prod categ",
            "type": "String",
            "isSortable": true,
            "usage": { "Detail": { "displayOrder": 2 }, "Facet": {} },
            "isKey": false,
            "matchingStrategy": "Exact"
        },
        {
            "id": "PRODUCT_ID",
            "label": "prod id",
            "type": "String",
            "isSortable": true,
            "usage": { "Detail": { "displayOrder": 0 }, "Facet": {} },
            "isKey": true,
            "matchingStrategy": "Text"
        },
        {
            "id": "PRODUCT_NAME",
            "label": "prod name",
            "type": "String",
            "isSortable": true,
            "usage": { "Detail": { "displayOrder": 3 }, "Facet": {} },
            "isKey": false,
            "matchingStrategy": "Exact"
        },
        {
            "id": "TITLE_ICON",
            "label": "icon",
            "type": "ImageUrl",
            "isSortable": false,
            "usage": { "Title": { "displayOrder": 1 } },
            "isKey": false,
            "matchingStrategy": "Exact"
        },
        {
            "id": "TEXT",
            "label": "prod text",
            "type": "String",
            "isSortable": true,
            "usage": { "Detail": { "displayOrder": 1 }, "Title": { "displayOrder": 2 }, "Facet": {} },
            "isKey": false,
            "matchingStrategy": "Text"
        },
        {
            "id": "TLT_HIERARCHY_ATTRIBUTE",
            "label": "TLT_HIERARCHY",
            "type": "String",
            "isSortable": false,
            "usage": { "Detail": { "displayOrder": 4 } },
            "isKey": false,
            "matchingStrategy": "Exact",
            "isHierarchy": true,
            "hierarchyDisplayType": "StaticHierarchyFacet",
            "hierarchyName": "tlt_hierarchy"
        }
    ]
}
