type; } public function getId(): string { return $this->id; } public function jsonSerialize(): array { return [ 'type' => $this->type->value, 'id' => $this->id, ]; } }