Ballerina · JSON Structure

Central Api Organization Structure

Organization schema from Ballerina Central API

Type: object Properties: 4
IntegrationsOrchestrationsOpen SourceProgramming Language

Organization 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

name description website packageCount

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-organization-structure.json",
  "name": "Organization",
  "description": "Organization schema from Ballerina Central API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "website": {
      "type": "uri"
    },
    "packageCount": {
      "type": "int32"
    }
  }
}