Apache Helix · JSON Structure

Helix Rest Idealstate Structure

Type: object Properties: 3
ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

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

Properties

id stateModelDefRef mapFields

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-idealstate-structure.json",
  "title": "IdealState",
  "type": "object",
  "properties": {
    "id": "string",
    "stateModelDefRef": "string",
    "mapFields": "object"
  }
}