Ballerina · JSON Structure

Central Api Module Structure

Module schema from Ballerina Central API

Type: object Properties: 5
IntegrationsOrchestrationsOpen SourceProgramming Language

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

Properties

organization packageName moduleName version description

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-module-structure.json",
  "name": "Module",
  "description": "Module schema from Ballerina Central API",
  "type": "object",
  "properties": {
    "organization": {
      "type": "string"
    },
    "packageName": {
      "type": "string"
    },
    "moduleName": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}