This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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" | |
}, |