This is my rule. It does stuff.
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
a | Some bool | Boolean | required | |
b | Some int | Integer | required | |
c | Some int_list | List of integers | required | |
d | Some label | Label | required | |
e | Some label_keyed_string_dict | Dictionary: Label -> String | required | |
f | Some label_list | List of labels | required | |
g | Some output | Label | optional | |
h | Some output_list | List of labels | optional | |
i | Some string | String | required | |
j | Some string_dict | Dictionary: String -> String | required | |
k | Some string_list | List of strings | required | |
l | Some string_list_dict | Dictionary: String -> List of strings | optional | {} |