{ "$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" } } }