{ "name": "InvoiceCorrection", "base": "VnModel", "options": { "mysql": { "table": "invoiceCorrection" } }, "properties": { "correctingFk": { "id": true, "type": "number", "description": "Identifier" }, "correctedFk": { "type": "number" }, "cplusRectificationTypeFk": { "type": "number" }, "siiTypeInvoiceOutFk": { "type": "number" }, "invoiceCorrectionTypeFk": { "type": "number" } } }