  "id": "app.bsky.actor.defs",
  "description": "A reference to an actor in the network.",
  "id": "app.bsky.actor.getPreferences",
      "description": "Get private preferences attached to the account.",
--
  "id": "app.bsky.actor.getSuggestions",
      "description": "Get a list of actors suggested for following. Used in discovery UIs.",
--
  "id": "app.bsky.actor.putPreferences",
      "description": "Sets the private preferences attached to the account.",
  "id": "app.bsky.actor.searchActors",
      "description": "Find actors (profiles) matching search criteria.",
            "description": "DEPRECATED: use 'q' instead"
  "id": "app.bsky.actor.searchActorsTypeahead",
      "description": "Find actor suggestions for a search term.",
            "description": "DEPRECATED: use 'q' instead"
  "id": "app.bsky.embed.external",
  "description": "A representation of some externally linked content, embedded in another form of content",
  "id": "app.bsky.embed.images",
  "description": "A set of images embedded in some other form of content",
  "id": "app.bsky.embed.record",
  "description": "A representation of a record embedded in another form of content",
  "id": "app.bsky.embed.recordWithMedia",
  "description": "A representation of a record embedded in another form of content, alongside other compatible embeds",
--
  "id": "app.bsky.feed.describeFeedGenerator",
      "description": "Returns information about a given feed generator including TOS & offered feed URIs",
  "id": "app.bsky.feed.generator",
      "description": "A declaration of the existence of a feed generator",
  "id": "app.bsky.feed.getActorFeeds",
      "description": "Retrieve a list of feeds created by a given actor",
  "id": "app.bsky.feed.getActorLikes",
      "description": "A view of the posts liked by an actor.",
  "id": "app.bsky.feed.getAuthorFeed",
      "description": "A view of an actor's feed.",
  "id": "app.bsky.feed.getFeed",
      "description": "Compose and hydrate a feed from a user's selected feed generator",
  "id": "app.bsky.feed.getFeedGenerator",
      "description": "Get information about a specific feed offered by a feed generator, such as its online status",
  "id": "app.bsky.feed.getFeedGenerators",
      "description": "Get information about a list of feed generators",
  "id": "app.bsky.feed.getFeedSkeleton",
      "description": "A skeleton of a feed provided by a feed generator",
--
  "id": "app.bsky.feed.getListFeed",
      "description": "A view of a recent posts from actors in a list",
  "id": "app.bsky.feed.getPosts",
      "description": "A view of an actor's feed.",
--
  "id": "app.bsky.feed.getSuggestedFeeds",
      "description": "Get a list of suggested feeds for the viewer.",
  "id": "app.bsky.feed.getTimeline",
      "description": "A view of the user's home timeline.",
--
  "id": "app.bsky.feed.searchPosts",
      "description": "Find posts matching search criteria",
  "id": "app.bsky.feed.threadgate",
      "description": "Defines interaction gating rules for a thread. The rkey of the threadgate record should match the rkey of the thread's root post.",
  "id": "app.bsky.graph.block",
      "description": "A block.",
--
  "id": "app.bsky.graph.follow",
      "description": "A social follow.",
  "id": "app.bsky.graph.getBlocks",
      "description": "Who is the requester's account blocking?",
  "id": "app.bsky.graph.getFollowers",
      "description": "Who is following an actor?",
  "id": "app.bsky.graph.getFollows",
      "description": "Who is an actor following?",
  "id": "app.bsky.graph.getList",
      "description": "Fetch a list of actors",
  "id": "app.bsky.graph.getListBlocks",
      "description": "Which lists is the requester's account blocking?",
  "id": "app.bsky.graph.getListMutes",
      "description": "Which lists is the requester's account muting?",
  "id": "app.bsky.graph.getLists",
      "description": "Fetch a list of lists that belong to an actor",
  "id": "app.bsky.graph.getMutes",
      "description": "Who does the viewer mute?",
  "id": "app.bsky.graph.getSuggestedFollowsByActor",
      "description": "Get suggested follows related to a given actor.",
  "id": "app.bsky.graph.list",
      "description": "A declaration of a list of actors.",
  "id": "app.bsky.graph.listblock",
      "description": "A block of an entire list of actors.",
  "id": "app.bsky.graph.listitem",
      "description": "An item under a declared list of actors",
  "id": "app.bsky.graph.muteActor",
      "description": "Mute an actor by did or handle.",
  "id": "app.bsky.graph.muteActorList",
      "description": "Mute a list of actors.",
  "id": "app.bsky.graph.unmuteActor",
      "description": "Unmute an actor by did or handle.",
  "id": "app.bsky.graph.unmuteActorList",
      "description": "Unmute a list of actors.",
--
  "id": "app.bsky.notification.registerPush",
      "description": "Register for push notifications with a service",
  "id": "app.bsky.notification.updateSeen",
      "description": "Notify server that the user has seen notifications.",
--
  "id": "app.bsky.unspecced.getPopular",
      "description": "DEPRECATED: will be removed soon, please find a feed generator alternative",
  "id": "app.bsky.unspecced.getPopularFeedGenerators",
      "description": "An unspecced view of globally popular feed generators",
  "id": "app.bsky.unspecced.getTimelineSkeleton",
      "description": "A skeleton of a timeline - UNSPECCED & WILL GO AWAY SOON",
  "id": "app.bsky.unspecced.searchActorsSkeleton",
      "description": "Backend Actors (profile) search, returning only skeleton",
  "id": "app.bsky.unspecced.searchPostsSkeleton",
      "description": "Backend Posts search, returning only skeleton",
