portfolio-optimiser/examples/ingest-golden-http/manifest.json

21 lines
564 B
JSON

{
"manifest_version": 1,
"source": {"type": "http", "id": "status-api", "base_url": "https://api.example.test/v1", "credential_ref": null},
"bundle_summary": "Golden extraction case: two HTTP extracts from a local mock endpoint (http source type).",
"extractions": [
{
"id": "status",
"title": "Service status",
"query": "status",
"okf_type": "dataset",
"max_rows": 10
},
{
"id": "report",
"title": "Ops report",
"query": "report",
"okf_type": "reference",
"max_rows": 10
}
]
}