Actor Model · JSON Structure

Actor Model Shard List Structure

List of cluster shards

Type: object Properties: 3
Actor ModelConcurrencyDistributed Systems

Actor Model Shard List Structure is a JSON Structure definition published by Actor Model, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

shards totalShards totalEntities

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/actor-model/actor-model-shard-list-structure.json",
  "title": "ShardList",
  "description": "List of cluster shards",
  "type": "object",
  "properties": {
    "shards": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "totalShards": {
      "type": "integer"
    },
    "totalEntities": {
      "type": "integer"
    }
  }
}