Developer Schema Examples
for Document Workflows
These schema examples show common extraction structures for logistics and insurance workflows. Teams can adapt these packs to match product logic and downstream data systems.
Bill of Lading Schema Pack
{
"document_type": "bill_of_lading",
"schema": {
"header": ["bol_number", "issue_date", "carrier_name"],
"parties": ["shipper_name", "consignee_name", "notify_party"],
"route": ["port_of_loading", "port_of_discharge"],
"cargo_table": ["description", "quantity", "gross_weight"]
}
}Medical Certificate Schema Pack
{
"document_type": "medical_certificate",
"schema": {
"person": ["full_name", "document_id"],
"issuer": ["clinic_name", "physician_name"],
"period": ["issue_date", "rest_start_date", "rest_end_date"],
"notes": ["condition_summary", "administrative_remarks"]
}
}Invoice Line-Item Schema Pack
{
"document_type": "invoice",
"schema": {
"supplier": ["supplier_name", "tax_id", "invoice_number"],
"dates": ["invoice_date", "due_date"],
"line_items": ["description", "quantity", "unit_price", "line_total"],
"totals": ["subtotal", "tax_amount", "grand_total", "currency"]
}
}Related Articles
Deep dives and field notes on the topics covered on this page.
From Local Receipts to Global Reporting: Navigating the Complexities of Modern Corporate Disclosure
In today's interconnected global economy, the journey from local receipts to global reporting has become an intricate and often challenging imperative for multinational corporations. No longer is financial reporting a...
From Scanned Contracts to Structured Clauses: Closing the Gap
The legal industry, historically resistant to rapid technological change, is now at a critical juncture. Faced with an overwhelming volume of complex contracts, legal professionals are grappling with a "data overload...
Transforming Insurance Claims Processing with Intelligent Document AI
The insurance industry, long characterized by its reliance on extensive documentation and intricate processes, is undergoing a profound transformation. At the forefront of this revolution is Intelligent Document AI...
Frequently Asked Questions
No. These examples show common starting points. Teams can tailor fields and nesting based on their workflow needs.
Yes. Schema definitions can include table arrays, nested objects, and item-level structures for production workflows.
Yes. Teams often use separate schema packs for different document types and business processes.
Examples help align payload structure early so integration endpoints and downstream systems can be wired with less rework.
Get Started Today
Try DocumentLens for free or contact us for an enterprise solution with dedicated support and custom integrations.
Need Enterprise Support?
Submit an inquiry below or email us at support@turbolens.io
