import { Plus } from "lucide-react"; import { Button } from "../ui/button"; import { Label } from "../ui/label"; import { Card, CardHeader, CardTitle, CardDescription, CardContent, } from "../ui/card"; import { Input } from "../ui/input"; import { Badge } from "../ui/badge"; export function PipelineDataSchema() { return (
Data Schema & Field Management Customize fields detected from your data sources

Detected Fields

Auto-detected

Property title or name

Auto-detected

Property price

Auto-detected

Property location

Auto-detected

Number of bedrooms

Auto-detected

Number of bathrooms

Create calculated fields Use formulas to generate new fields from existing data
Derived
Formula: price / squareFeet
); }