# pub.chive.basicReader

> Published by [lexicons.governance.chive.pub](https://lexicon.garden/identity/did:plc:egjghlwgts2hlcer2txilxeh)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:egjghlwgts2hlcer2txilxeh/pub.chive.basicReader)
- [Documentation](https://lexicon.garden/lexicon/did:plc:egjghlwgts2hlcer2txilxeh/pub.chive.basicReader/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:egjghlwgts2hlcer2txilxeh/pub.chive.basicReader/examples)

## Definitions

### `pub.chive.basicReader`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Browse Chive",
  "detail": "Read eprints (open-access scholarly preprints and their associated reviews, endorsements, citations, and tags), browse author profiles, and explore the community knowledge graph of fields and authority records.",
  "permissions": [
    {
      "aud": "*",
      "lxm": [
        "pub.chive.eprint.getSubmission",
        "pub.chive.eprint.searchSubmissions",
        "pub.chive.eprint.listByAuthor",
        "pub.chive.eprint.listCitations",
        "pub.chive.eprint.listRelatedWorks",
        "pub.chive.graph.getNode",
        "pub.chive.graph.listNodes",
        "pub.chive.graph.searchNodes",
        "pub.chive.review.listForEprint",
        "pub.chive.review.getThread",
        "pub.chive.endorsement.getSummary",
        "pub.chive.endorsement.listForEprint",
        "pub.chive.author.getProfile",
        "pub.chive.author.searchAuthors",
        "pub.chive.actor.getMyProfile",
        "pub.chive.actor.getDiscoverySettings",
        "pub.chive.collection.get",
        "pub.chive.collection.getContaining",
        "pub.chive.collection.getFeed",
        "pub.chive.collection.getParent",
        "pub.chive.collection.getSubcollections",
        "pub.chive.collection.listByOwner",
        "pub.chive.collection.listPublic",
        "pub.chive.collection.search"
      ],
      "type": "permission",
      "resource": "rpc"
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "pub.chive.basicReader",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Browse Chive",
      "detail": "Read eprints (open-access scholarly preprints and their associated reviews, endorsements, citations, and tags), browse author profiles, and explore the community knowledge graph of fields and authority records.",
      "permissions": [
        {
          "aud": "*",
          "lxm": [
            "pub.chive.eprint.getSubmission",
            "pub.chive.eprint.searchSubmissions",
            "pub.chive.eprint.listByAuthor",
            "pub.chive.eprint.listCitations",
            "pub.chive.eprint.listRelatedWorks",
            "pub.chive.graph.getNode",
            "pub.chive.graph.listNodes",
            "pub.chive.graph.searchNodes",
            "pub.chive.review.listForEprint",
            "pub.chive.review.getThread",
            "pub.chive.endorsement.getSummary",
            "pub.chive.endorsement.listForEprint",
            "pub.chive.author.getProfile",
            "pub.chive.author.searchAuthors",
            "pub.chive.actor.getMyProfile",
            "pub.chive.actor.getDiscoverySettings",
            "pub.chive.collection.get",
            "pub.chive.collection.getContaining",
            "pub.chive.collection.getFeed",
            "pub.chive.collection.getParent",
            "pub.chive.collection.getSubcollections",
            "pub.chive.collection.listByOwner",
            "pub.chive.collection.listPublic",
            "pub.chive.collection.search"
          ],
          "type": "permission",
          "resource": "rpc"
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
