{
    "id": "FM_Greens",
    "name": "FM_Greens",
    "features": {
        "Arugula": {
            "name": "Arugula",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Baby_Spinach": {
            "name": "Baby_Spinach",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Extra_Crisp_Romaine": {
            "name": "Extra_Crisp_Romaine",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Greens": {
            "name": "Greens",
            "optional": true,
            "type": "GENOR",
            "note": "",
            "min": 1,
            "max": 3
        },
        "Shredded_Cabbage": {
            "name": "Shredded_Cabbage",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Shredded_Kale": {
            "name": "Shredded_Kale",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Supergreens_Blend": {
            "name": "Supergreens_Blend",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "Greens",
        "children": [
            {
                "id": "Arugula"
            },
            {
                "id": "Baby_Spinach"
            },
            {
                "id": "Extra_Crisp_Romaine"
            },
            {
                "id": "Shredded_Cabbage"
            },
            {
                "id": "Shredded_Kale"
            },
            {
                "id": "Supergreens_Blend"
            }
        ]
    },
    "constraints": {}
}