Ballerina · JSON Structure

Central Api Package Search Response Structure

PackageSearchResponse schema from Ballerina Central API

Type: object Properties: 4
IntegrationsOrchestrationsOpen SourceProgramming Language

PackageSearchResponse is a JSON Structure definition published by Ballerina, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

packages count offset limit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-structure/central-api-package-search-response-structure.json",
  "name": "PackageSearchResponse",
  "description": "PackageSearchResponse schema from Ballerina Central API",
  "type": "object",
  "properties": {
    "packages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PackageSummary"
      }
    },
    "count": {
      "type": "int32",
      "description": "Total number of matching packages"
    },
    "offset": {
      "type": "int32"
    },
    "limit": {
      "type": "int32"
    }
  }
}