MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / SchemaField

Class SchemaField

backend/app/agents/tools.py:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 url: str = Field(description="URL to add to the pipeline")
8
9class SchemaField(BaseModel):
10 name: str = Field(description="Field name")
11 type: str = Field(description="Field type (str, int, float, bool, list)")
12 description: str = Field(description="Field description")
13
14class SchemaInput(BaseModel):
15 fields: List[SchemaField] = Field(description="List of schema fields")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected