$this->id, 'label' => $this->label, 'key' => $this->key, 'type' => $this->type->value, 'options' => $this->options ?? [], 'is_required' => $this->is_required, 'sort_order' => $this->sort_order, ]; } }