| Name / Description | Type / Format | Example | |
|---|---|---|---|
| description | string | "string" | |
| from | integerint32 | 0 | |
| to | integerint32 | 0 | |
| price | numberdouble | 0.0 | |
| id The unique id of the object | stringuuid | "string" | 
{
  "description": "string",
  "from": 0,
  "to": 0,
  "price": 0.0,
  "id": "string"
}