'array', 'allowed_values' => 'array', 'is_secret' => 'boolean', 'is_public' => 'boolean', 'is_runtime_enforced' => 'boolean', ]; } public function effectiveValue(): mixed { return $this->value ?? $this->default_value; } }