This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core-hub/contracts/fixtures/api-v2/public/hub-capability-manifests.json

17 lines
377 B
JSON

[
{
"hub_slug": "core-hub",
"manifest_version": "0.1.0",
"capabilities": [
"capability.infotech.core-hub",
"api.v2.compatibility",
"contract.ir"
],
"endpoints": [
{"rel": "hubs", "href": "/api/v2/hubs"},
{"rel": "events", "href": "/api/v2/interaction-events"},
{"rel": "widgets", "href": "/api/v2/widgets"}
]
}
]