{
    "type": "object",
    "properties": {
        "currency": {
            "type": "string"
        },
        "customer_name": {
            "type": "string"
        },
        "date": {
            "type": "string"
        },
        "document_type": {
            "type": "string"
        },
        "due_date": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "invoice_number": {
            "type": "string"
        },
        "line_items": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "description": {
                        "type": "string"
                    }
                }
            }
        },
        "name": {
            "type": "string"
        },
        "number_of_pages": {
            "type": "integer"
        },
        "payment_date": {
            "type": "string"
        },
        "supplier_address": {
            "type": "string"
        },
        "supplier_name": {
            "type": "string"
        }
    },
    "version": 1
}
