> For the complete documentation index, see [llms.txt](https://faq.droam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.droam.com/menu/webhooks/webhook-payload-models/rule-model.md).

# Rule Model

&#x20;Rule Model – is a model for showing platform rule parameters. Model fields are presented in the table (Table 4.16), with an example below (Listing 4.12).&#x20;

**Table 4.16 – Fields of Rule Model**&#x20;

<table><thead><tr><th width="65">№</th><th width="153">Key </th><th width="88">Type </th><th width="103">Exists </th><th>Description </th></tr></thead><tbody><tr><td>1</td><td>uuid </td><td>string </td><td>required </td><td>Identificator of current rule</td></tr><tr><td>2</td><td>name </td><td>string </td><td>required </td><td>Rule name</td></tr><tr><td>3</td><td>description </td><td>string </td><td>required </td><td>Short info about the rule</td></tr></tbody></table>

**Listing 4.12 – Example of Rule Model (JSON)**

```
{
    "uuid":          "1711929600",
    "name":          "Rule for refills",
    "description":   "Send notification to email when usage reaches 100MB"
}
```
