Skip to main content

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.

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.

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

  1. From Ask Darpan, open Create Schema.
  2. Provide the schema name or identifier.
  3. Select the source system when the workflow asks for it.
  4. Add or confirm the fields Darpan reads.
  5. Review field names, data types, and required markers.
  6. Save the schema.
Existing schemas are available from Open Schema Library.

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.
Prefer one clear schema per source shape over reusing a vague schema that needs manual interpretation every time.