Apollo Config · JSON Structure

Apollo Open Api Cluster Structure

Cluster schema from Apollo Config Open API

Type: object Properties: 6
Apache 2.0Configuration ManagementCtripDistributed SystemsJavaMicroservicesOpen SourceReal-Time Configuration

Cluster is a JSON Structure definition published by Apollo Config, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name appId dataChangeCreatedBy dataChangeLastModifiedBy dataChangeCreatedTime dataChangeLastModifiedTime

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/apollo-config/refs/heads/main/json-structure/apollo-open-api-cluster-structure.json",
  "name": "Cluster",
  "description": "Cluster schema from Apollo Config Open API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "dataChangeCreatedBy": {
      "type": "string"
    },
    "dataChangeLastModifiedBy": {
      "type": "string"
    },
    "dataChangeCreatedTime": {
      "type": "datetime"
    },
    "dataChangeLastModifiedTime": {
      "type": "datetime"
    }
  }
}