{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "actor": "https://vocab.api-evangelist.com/actor-model/", "Actor": "actor:Actor", "ActorList": "actor:ActorList", "ActorMessage": "actor:ActorMessage", "MailboxInspection": "actor:MailboxInspection", "Supervisor": "actor:Supervisor", "ClusterMember": "actor:ClusterMember", "Shard": "actor:Shard", "SystemHealth": "actor:SystemHealth", "id": "@id", "path": "actor:path", "behavior": "actor:behavior", "status": "actor:status", "mailboxSize": "actor:mailboxSize", "supervisorId": "actor:supervisorId", "spawnedAt": {"@id": "actor:spawnedAt", "@type": "xsd:dateTime"}, "lastMessageAt": {"@id": "actor:lastMessageAt", "@type": "xsd:dateTime"}, "messageCount": "actor:messageCount", "restartCount": "actor:restartCount", "actors": "actor:actors", "total": "actor:total", "cursor": "actor:cursor", "type": "actor:type", "payload": "actor:payload", "replyTo": "actor:replyTo", "correlationId": "actor:correlationId", "priority": "actor:priority", "actorId": "actor:actorId", "pendingCount": "actor:pendingCount", "messages": "actor:messages", "oldestMessageAge": "actor:oldestMessageAge", "strategy": "actor:strategy", "maxRestarts": "actor:maxRestarts", "restartWindow": "actor:restartWindow", "childCount": "actor:childCount", "supervisors": "actor:supervisors", "nodeId": "actor:nodeId", "address": "actor:address", "roles": "actor:roles", "upSince": {"@id": "actor:upSince", "@type": "xsd:dateTime"}, "actorCount": "actor:actorCount", "members": "actor:members", "leader": "actor:leader", "totalActors": "actor:totalActors", "shardId": "actor:shardId", "region": "actor:region", "entityCount": "actor:entityCount", "shards": "actor:shards", "totalShards": "actor:totalShards", "totalEntities": "actor:totalEntities", "activeActors": "actor:activeActors", "messagesPerSecond": "actor:messagesPerSecond", "errorRate": "actor:errorRate", "deadLetters": "actor:deadLetters", "clusterSize": "actor:clusterSize", "uptime": "actor:uptime", "initialState": "actor:initialState" } }