{
    "id": "FM_Bowl",
    "name": "FM_Bowl",
    "features": {
        "Bases.Bases": {
            "name": "Bases.Bases",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "Bowl": {
            "name": "Bowl",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Dressings.Dressings": {
            "name": "Dressings.Dressings",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "Essentials.Ingredients": {
            "name": "Essentials.Ingredients",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "Proteins.Proteins": {
            "name": "Proteins.Proteins",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Sides": {
            "name": "Sides",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "Bowl",
        "children": [
            {
                "id": "Bases.Bases"
            },
            {
                "id": "Dressings.Dressings"
            },
            {
                "id": "Proteins.Proteins"
            },
            {
                "id": "Sides",
                "children": [
                    {
                        "id": "Essentials.Ingredients"
                    }
                ]
            }
        ]
    },
    "constraints": {
        "Constraint 0": {
            "type": "NotTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Essentials.Ingredients.Basmati_Rice"
                    ]
                }
            ]
        },
        "Constraint 1": {
            "type": "NotTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Essentials.Ingredients.Lundberg_Basmati_Rice"
                    ]
                }
            ]
        },
        "Constraint 2": {
            "type": "NotTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Essentials.Ingredients.Regenerative_Organic_Quinoa"
                    ]
                }
            ]
        }
    }
}