## my_rule
my_rule(name, first, fourth, second, third)
This is my rule. It does stuff. **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | | name | A unique name for this target. | Name | required | | | first | first doc string | Label | required | | | fourth | fourth doc string | Boolean | optional | False | | second | - | Dictionary: String -> String | required | | | third | - | Label | required | |