lenso-capability-http-client 0.1.0

Portable outbound HTTP Client Capability contract for Lenso vNext Modules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "lenso.http.client@1",
  "version": "1.0.1",
  "portable": true,
  "cross_lane_transfer": true,
  "operations": [
    {
      "name": "send",
      "interaction": "request",
      "request_schema": "schemas/send-request.schema.json",
      "response_schema": "schemas/send-response.schema.json",
      "domain_error_schema": "schemas/send-error.schema.json"
    }
  ]
}