Ballerina · Example Payload

Central Api Connector Example

sample-value

IntegrationsOrchestrationsOpen SourceProgramming Language

Central Api Connector Example is an example object payload from Ballerina, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

organizationnameversiondescriptioncategoryreadmefunctions

Example Payload

Raw ↑
{
  "organization": "sample-value",
  "name": "my-package",
  "version": "1.0.0",
  "description": "sample-value",
  "category": "sample-value",
  "readme": "sample-value",
  "functions": [
    {
      "name": "my-package",
      "description": "sample-value",
      "parameters": [
        {
          "name": {},
          "type": {},
          "description": {},
          "defaultValue": {}
        }
      ],
      "returnType": "sample-value"
    }
  ]
}