| @@ -62,11 +62,12 @@ | ||
| 62 | 62 | public function jsonSerialize(): array { |
| 63 | 63 | return [ |
| 64 | 64 | 'type' => 'section', |
| 65 | 65 | 'value' => [ |
| 66 | - 'label' => $this->label, | |
| 66 | + 'id' => $this->id, | |
| 67 | + 'label' => $this->label, | |
| 67 | 68 | 'description' => $this->description, |
| 68 | - 'items' => $this->items, | |
| 69 | + 'items' => $this->items, | |
| 69 | 70 | ], |
| 70 | 71 | ]; |
| 71 | 72 | } |
| 72 | 73 | } |