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