{
    "COMMENT": "This group specifies the number of component constraints which should be satisfied.",
    "max_number": "99",
    "min_number": "1",
    "type": "group",
    
    "COMMENT": "This list contains the component constraints of the group.",
    "restraints": [
        {
            "restraints": [
                {
                    "COMMENT": "This residue constraint specifies a specific pair of residues which should be within a certain distance range.",
                    "type": "residue",
                    "rec_subunit_id": "1"
                    "rec_chain": "X",
                    "rec_resid": "1",
                    "lig_subunit_id": "2"
                    "lig_chain": "Y",
                    "lig_resid": "2",
                    "dmin": "0",
                    "dmax": "5"
                },
                {
                    "type": "residue",
                    "rec_subunit_id": "1"
                    "rec_chain": "Q",
                    "rec_resid": "1",
                    "lig_subunit_id": "2"
                    "lig_chain": "W",
                    "lig_resid": "2",
                    "dmin": "0",
                    "dmax": "5"
                }
            ],
            "type": "group",
            
	    "COMMENT": "This group specifies the fraction of component constraints which should be satisfied.",
            "max_number": "99",
            "min_number": "1"
        },
        {
            "restraints": [
                {
                    "COMMENT": "This residue constrain specifies only a receptor residue, and will be satisfied if the distance to the closest ligand residue falls within the specified range.",
                    "type": "residue",
                    "rec_subunit_id": "1"
                    "rec_chain": "A",
                    "rec_resid": "1",
                    "dmin": "0",
                    "dmax": "5"
                }
            ],
            "max_number": "99",
            "min_number": "1",
            "type": "group"
        },
        {
            "restraints": [
                {
                    "type": "residue",
                    "lig_subunit_id": "2"
                    "lig_chain": "A",
                    "lig_resid": "2",
                    "dmin": "0 ",
                    "dmax": "5"
                }
            ],
            "type": "group",
            "max_number": "99",
            "min_number": "1"
        }
    ]
}
