Apache Helix · JSON Structure

Helix Rest Partition Structure

Type: object Properties: 2
ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Partition Structure is a JSON Structure definition published by Apache Helix, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id instanceStateMap

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-helix/json-structure/helix-rest-partition-structure.json",
  "title": "Partition",
  "type": "object",
  "properties": {
    "id": "string",
    "instanceStateMap": "object"
  }
}