lenso-capability-organization-admin 0.2.0

Generated Organization Admin Capability contracts for Lenso vNext.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "lenso.organization-admin@2",
  "version": "1.0.0",
  "portable": true,
  "cross_lane_transfer": true,
  "operations": [
    {
      "name": "create_organization",
      "interaction": "request",
      "request_schema": "schemas/create-organization-request.schema.json",
      "response_schema": "schemas/create-organization-response.schema.json",
      "domain_error_schema": "schemas/create-organization-error.schema.json"
    }
  ]
}