Apollo Config · JSON Structure

Apollo Open Api Item Structure

Item schema from Apollo Config Open API

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

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

Properties

id namespaceId key value comment lineNum 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-item-structure.json",
  "name": "Item",
  "description": "Item schema from Apollo Config Open API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "namespaceId": {
      "type": "int64"
    },
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "lineNum": {
      "type": "int32"
    },
    "dataChangeCreatedBy": {
      "type": "string"
    },
    "dataChangeLastModifiedBy": {
      "type": "string"
    },
    "dataChangeCreatedTime": {
      "type": "datetime"
    },
    "dataChangeLastModifiedTime": {
      "type": "datetime"
    }
  }
}