Skip to content

Instantly share code, notes, and snippets.

@a-volpe
a-volpe / invoice-processing-schema.json
Created September 26, 2025 10:34
Schema for invoice data extraction
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Invoice Data Extraction Schema",
"description": "Schema for extracting structured invoice data for 3-way matching process",
"properties": {
"invoice_number": {
"type": "string",
"description": "The unique invoice number"
},