Apache Curator · Schema

NodeData

Data associated with a ZooKeeper node managed by Apache Curator, including its path, data payload, and stat metadata.

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen-SourceService DiscoveryZooKeeper

Properties

Name Type Description
path string Full ZooKeeper path of this node.
data string Node data as a Base64-encoded string or UTF-8 text.
stat object ZooKeeper Stat object with node metadata.
View JSON Schema on GitHub

JSON Schema

apache-curator-node-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-curator/refs/heads/main/json-schema/apache-curator-node-data-schema.json",
  "title": "NodeData",
  "description": "Data associated with a ZooKeeper node managed by Apache Curator, including its path, data payload, and stat metadata.",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Full ZooKeeper path of this node.",
      "example": "/config/app/timeout"
    },
    "data": {
      "type": "string",
      "description": "Node data as a Base64-encoded string or UTF-8 text.",
      "example": "30000"
    },
    "stat": {
      "type": "object",
      "description": "ZooKeeper Stat object with node metadata.",
      "properties": {
        "czxid": {
          "type": "integer",
          "description": "Transaction ID that created this node.",
          "example": 1000
        },
        "mzxid": {
          "type": "integer",
          "description": "Transaction ID of the last modification.",
          "example": 1050
        },
        "ctime": {
          "type": "integer",
          "description": "Creation time in milliseconds since epoch.",
          "example": 1718153645993
        },
        "mtime": {
          "type": "integer",
          "description": "Last modification time in milliseconds since epoch.",
          "example": 1718160000000
        },
        "version": {
          "type": "integer",
          "description": "Number of changes to this node data.",
          "example": 2
        },
        "cversion": {
          "type": "integer",
          "description": "Number of changes to the children of this node.",
          "example": 0
        },
        "aversion": {
          "type": "integer",
          "description": "Number of changes to the ACL of this node.",
          "example": 0
        },
        "numChildren": {
          "type": "integer",
          "description": "Number of child nodes.",
          "example": 0
        },
        "dataLength": {
          "type": "integer",
          "description": "Length of the data field in bytes.",
          "example": 5
        },
        "ephemeralOwner": {
          "type": "integer",
          "description": "Session ID of the owner if ephemeral, 0 otherwise.",
          "example": 0
        }
      }
    }
  },
  "required": [
    "path"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apache-curator-node-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.