Managing Schemas
Schemas can be created and managed in two ways:In the UI
Create schemas visually using the schema builder, or select from existing templates.
Via Code
Create and manage schemas programmatically with full control over field definitions.
Data Types
When defining schemas, you specify the data type for each field to ensure accurate extraction and validation. Kadoa supports the following data types:
Choose the appropriate data type to ensure your data is extracted and validated correctly.
Data Type Formats
Some data types return structured values:The
amount field is always in the smallest currency unit (e.g., cents for USD, pence for GBP).Special Field Types
Beyond regular data fields, Kadoa supports special field types for advanced use cases:Classification Fields
Automatically categorize content into predefined labels. Useful for:- Sentiment analysis (Positive/Negative/Neutral)
- Content categorization (Technology/Business/Sports)
- Priority classification (High/Medium/Low)
Metadata Fields (Raw Content)
Extract raw page content in different formats:- HTML - Raw HTML source code
- MARKDOWN - Markdown formatted content
- PAGE_URL - Page URL