{ "id": 123, "external_id": "...", "type": "home" / "brand" / "category" / "page" / "container", "url_key": "abc", "parent_node_id": 55, "show_in_parent": true / false, "order_weight": 4, "name": { "__": "..." }, "sys_tags": [ "a", "b", "c" ], "visibility": "public" / "hidden" / "404", "date_created": "2012-05-03T12:50:10.414Z", "date_updated": "2012-05-03T12:50:10.414Z", "date_published": "2012-05-03T12:50:10.414Z", "image_id": 123, "generic_data": { "images": { "key": { "__": 5 }, "key2": { "__": 6 } }, "strings": { "key": { "__": "foo" } } }, "specs": { "layout": [ { "spec_id": 1 }, { "spec_id": 2 }, { "group_name": { "__": ... }, "parts": [ { "spec_id": 3 }, { "spec_id": 4 }, // recursive ... ] }, { "spec_id": 5 } ] }, "seo_data": { "description": { "__": "..." }, "keywords": { "__": "..." }, "custom_meta_tags": [ { "name": "abc", "content": { "__": ... } }, { "property": "def", "content": { "__": ... } } ] }, "filters": [ { "type": "price" / "brand" / "category" }, { "type": "spec", "spec_id": 123 } ], "sort_orders": [ { "type": "name" / "price" / "stock_amount", "directions": "asc" / "desc" / "both" }, { "type": "spec" / "spec_per_price", "directions": "asc" / "desc" / "both", "spec_id": 123 } ] }