Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Should consist of between ${minMembers} and ${maxMembers} direct members.

Code Block
languagejson
           {
                "type": "MEMBER_COUNT",
                "args": {
    
               "maxMembers": 10,
 
                  "minMembers": 5
                }
  
         }

Total Member Count

parameter maxMembers

title Should consist of no more than ${maxMembers} direct and indirect members.

Code Block
languagejson
  `{
        "type": "TOTAL_MEMBER_COUNT",
        "args": {
            "maxMembers": 150
        }
    }

...