{ "name": "Таблица внешнего источника: ссылки на поля разрешаются, пустой ключ — предупреждение", "setup": "empty-config", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "ExternalDataSource", "name": "PG", "tables": { "products": { "tableDataType": "ObjectData", "keyFields": [ "id" ], "presentationField": "name", "dataLockFields": [ "id" ], "fields": [ "id: Number(10,0)", "name: String(150)" ] }, "prices": [ "product_id: Number(10,0)", "price: Number(15,2)" ] } }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } } ], "params": { "objectPath": "ExternalDataSources/PG/Tables/products.xml" }, "expect": { "stdoutContains": [ "Validation OK: Table.products" ] } }