{"openapi":"3.1.0","info":{"title":"BSH Knowledge Exchange","version":"1.1.0","description":"Deterministic versioned professional knowledge resources and discounted workflow bundles with HTTP 402 payment."},"servers":[{"url":"https://kx.blacksummitholdingsllc.com"}],"paths":{"/v1/catalog":{"get":{"summary":"Discover resources and bundles","responses":{"200":{"description":"Metadata-only catalog"}}}},"/v1/resources/{resource_id}":{"get":{"summary":"Evaluate one resource","parameters":[{"name":"resource_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Public metadata"},"404":{"description":"Not found"}}}},"/v1/resources/{resource_id}/content":{"get":{"summary":"Purchase and retrieve an exact resource version","parameters":[{"name":"resource_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Paid exact resource with receipt and related-resource actions"},"402":{"description":"MPP payment required"},"409":{"description":"Payment replay rejected"},"503":{"description":"Payment or ledger unavailable"}}}},"/v1/bundles":{"get":{"summary":"Compare discounted workflow bundles","responses":{"200":{"description":"Bundle catalog"}}}},"/v1/bundles/{bundle_id}":{"get":{"summary":"Evaluate one bundle","parameters":[{"name":"bundle_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Bundle metadata"},"404":{"description":"Not found"}}}},"/v1/bundles/{bundle_id}/content":{"get":{"summary":"Purchase and retrieve an exact bundle version","parameters":[{"name":"bundle_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Paid exact bundle"},"402":{"description":"MPP payment required"},"409":{"description":"Payment replay rejected"}}}}}}