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:Function Fields
Functions add fields whose values Kadoa computes for you instead of extracting them from the page. Each function has an output data type, and functions marked with an AI badge use generative AI on every record.- Custom categories — assigns each record to a category from a list you define. Useful for sentiment analysis, content categorization, or priority classification.
- Unique ID — a stable identifier for each record, well suited as a key field.
Functions vary by workspace: the editor lists only yours, the API rejects the rest, and Custom categories is always available.