Schemas tell Darpan how to parse and compare source files or records. A schema turns a source shape into stable fields that a run can reuse.Documentation Index
Fetch the complete documentation index at: https://docs.drpn.ai/llms.txt
Use this file to discover all available pages before exploring further.
When to create a schema
Create a schema when a workflow needs to parse a new file shape, compare a new record shape, or preserve a reusable data contract for repeated runs.Steps
- From Ask Darpan, open Create Schema.
- Provide the schema name or identifier.
- Select the source system when the workflow asks for it.
- Add or confirm the fields Darpan reads.
- Review field names, data types, and required markers.
- Save the schema.
Review checklist
- Field names match the source system or agreed normalized names.
- Required fields are marked intentionally.
- Numeric, date, and identifier fields use stable types.
- The schema name is specific enough to understand in saved run history.