{
    "id": "FM_Bases",
    "name": "FM_Bases",
    "features": {
        "Bases": {
            "name": "Bases",
            "optional": true,
            "type": "XOR",
            "note": ""
        },
        "Brown_rice": {
            "name": "Brown_rice",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Lamb_s_lettuce": {
            "name": "Lamb_s_lettuce",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Mixed_lettuce": {
            "name": "Mixed_lettuce",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Sushi_rice": {
            "name": "Sushi_rice",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Wild_arugula": {
            "name": "Wild_arugula",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "Bases",
        "children": [
            {
                "id": "Brown_rice"
            },
            {
                "id": "Lamb_s_lettuce"
            },
            {
                "id": "Mixed_lettuce"
            },
            {
                "id": "Sushi_rice"
            },
            {
                "id": "Wild_arugula"
            }
        ]
    },
    "constraints": {}
}