{ "manifest_version": 1, "source": { "type": "file", "id": "golden-catalogue", "root": "fixture" }, "bundle_summary": "Golden file-source bundle: orders and products extracted from a CSV catalogue.", "extractions": [ { "id": "orders", "title": "Orders", "query": "orders.csv", "okf_type": "dataset", "max_rows": 10 }, { "id": "products", "title": "Products", "query": "products.csv", "okf_type": "dataset", "max_rows": 10 } ] }