{
    "type": "object",
    "properties": {
        "annual_revenue": {
            "type": "integer"
        },
        "base_opportunity_amount": {
            "type": "integer"
        },
        "base_total": {
            "type": "integer"
        },
        "company": {
            "type": "string"
        },
        "contact_email": {
            "type": "string"
        },
        "contact_person": {
            "type": "string"
        },
        "conversion_rate": {
            "type": "integer"
        },
        "country": {
            "type": "string"
        },
        "creation": {
            "type": "string"
        },
        "currency": {
            "type": "string"
        },
        "customer_name": {
            "type": "string"
        },
        "disabled": {
            "type": "integer"
        },
        "docstatus": {
            "type": "integer"
        },
        "doctype": {
            "type": "string"
        },
        "idx": {
            "type": "integer"
        },
        "items": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "__unsaved": {
                        "type": "integer"
                    },
                    "actual_qty": {
                        "type": "integer"
                    },
                    "additional_cost": {
                        "type": "integer"
                    },
                    "allow_alternative_item": {
                        "type": "integer"
                    },
                    "allow_zero_valuation_rate": {
                        "type": "integer"
                    },
                    "amount": {
                        "type": "number"
                    },
                    "barcode": {
                        "type": "string"
                    },
                    "basic_amount": {
                        "type": "number"
                    },
                    "basic_rate": {
                        "type": "number"
                    },
                    "conversion_factor": {
                        "type": "integer"
                    },
                    "cost_center": {
                        "type": "string"
                    },
                    "creation": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "docstatus": {
                        "type": "integer"
                    },
                    "doctype": {
                        "type": "string"
                    },
                    "expense_account": {
                        "type": "string"
                    },
                    "has_item_scanned": {
                        "type": "integer"
                    },
                    "idx": {
                        "type": "integer"
                    },
                    "is_finished_item": {
                        "type": "integer"
                    },
                    "is_scrap_item": {
                        "type": "integer"
                    },
                    "item_code": {
                        "type": "string"
                    },
                    "item_group": {
                        "type": "string"
                    },
                    "item_name": {
                        "type": "string"
                    },
                    "modified": {
                        "type": "string"
                    },
                    "modified_by": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "owner": {
                        "type": "string"
                    },
                    "parent": {
                        "type": "string"
                    },
                    "parentfield": {
                        "type": "string"
                    },
                    "parenttype": {
                        "type": "string"
                    },
                    "qty": {
                        "type": "integer"
                    },
                    "rate": {
                        "type": "integer"
                    },
                    "retain_sample": {
                        "type": "integer"
                    },
                    "sample_quantity": {
                        "type": "integer"
                    },
                    "set_basic_rate_manually": {
                        "type": "integer"
                    },
                    "stock_uom": {
                        "type": "string"
                    },
                    "t_warehouse": {
                        "type": "string"
                    },
                    "transfer_qty": {
                        "type": "integer"
                    },
                    "transferred_qty": {
                        "type": "integer"
                    },
                    "uom": {
                        "type": "string"
                    },
                    "use_serial_batch_fields": {
                        "type": "integer"
                    },
                    "valuation_rate": {
                        "type": "number"
                    }
                }
            }
        },
        "language": {
            "type": "string"
        },
        "modified": {
            "type": "string"
        },
        "modified_by": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "naming_series": {
            "type": "string"
        },
        "no_of_employees": {
            "type": "string"
        },
        "opportunity_amount": {
            "type": "integer"
        },
        "opportunity_from": {
            "type": "string"
        },
        "opportunity_type": {
            "type": "string"
        },
        "owner": {
            "type": "string"
        },
        "party_name": {
            "type": "string"
        },
        "probability": {
            "type": "integer"
        },
        "status": {
            "type": "string"
        },
        "title": {
            "type": "string"
        },
        "total": {
            "type": "integer"
        },
        "transaction_date": {
            "type": "string"
        }
    },
    "version": 3
}
