Actor Model · JSON Structure

Actor Model Actor List Structure

Paginated list of actors

Type: object Properties: 3
Actor ModelConcurrencyDistributed Systems

Actor Model Actor 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

actors total cursor

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-actor-list-structure.json",
  "title": "ActorList",
  "description": "Paginated list of actors",
  "type": "object",
  "properties": {
    "actors": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "total": {
      "type": "integer"
    },
    "cursor": {
      "type": "string"
    }
  }
}