fix: errors on saving transactions

This commit is contained in:
vas3k
2025-05-23 14:59:12 +02:00
parent 25c61f0519
commit ca7d206b07
3 changed files with 20 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ export const fieldsToJsonSchema = (fields: Field[]) => {
...schemaProperties,
items: {
type: "array",
description: "Included items or products in the transaction which have own name and price",
description: "Separate items, products or transactions in the file which have own name and price or sum. Find all items!",
items: {
type: "object",
properties: schemaProperties,