{
    "id": "FM_Marinades",
    "name": "FM_Marinades",
    "features": {
        "Kimchi": {
            "name": "Kimchi",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Marinades": {
            "name": "Marinades",
            "optional": true,
            "type": "XOR",
            "note": ""
        },
        "Ponzu": {
            "name": "Ponzu",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Sojasabi": {
            "name": "Sojasabi",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Soy_sauce_and_sesame_oil": {
            "name": "Soy_sauce_and_sesame_oil",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Sriracha": {
            "name": "Sriracha",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Teriyaki": {
            "name": "Teriyaki",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "Marinades",
        "children": [
            {
                "id": "Kimchi"
            },
            {
                "id": "Ponzu"
            },
            {
                "id": "Sojasabi"
            },
            {
                "id": "Soy_sauce_and_sesame_oil"
            },
            {
                "id": "Sriracha"
            },
            {
                "id": "Teriyaki"
            }
        ]
    },
    "constraints": {}
}