# org.hypercerts.authWrite

> Published by [hypercerts.org](https://lexicon.garden/identity/did:plc:s4puetfspot742ai7y4otuel)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s4puetfspot742ai7y4otuel/org.hypercerts.authWrite)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s4puetfspot742ai7y4otuel/org.hypercerts.authWrite/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s4puetfspot742ai7y4otuel/org.hypercerts.authWrite/examples)

## Definitions

### `org.hypercerts.authWrite`

**Type**: `permission-set`

Permission set granting create, update, and delete on every Hypercerts (org.hypercerts) record collection.

```json
{
  "type": "permission-set",
  "title": "Manage your Hypercerts data",
  "detail": "Create, edit, and delete your Hypercerts records (impact claims, evaluations, funding, and related data).",
  "description": "Permission set granting create, update, and delete on every Hypercerts (org.hypercerts) record collection.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "org.hypercerts.claim.activity",
        "org.hypercerts.claim.contribution",
        "org.hypercerts.claim.contributorInformation",
        "org.hypercerts.claim.rights",
        "org.hypercerts.collection",
        "org.hypercerts.context.acknowledgement",
        "org.hypercerts.context.attachment",
        "org.hypercerts.context.evaluation",
        "org.hypercerts.context.measurement",
        "org.hypercerts.funding.receipt",
        "org.hypercerts.workscope.tag"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "org.hypercerts.authWrite",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage your Hypercerts data",
      "detail": "Create, edit, and delete your Hypercerts records (impact claims, evaluations, funding, and related data).",
      "description": "Permission set granting create, update, and delete on every Hypercerts (org.hypercerts) record collection.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "org.hypercerts.claim.activity",
            "org.hypercerts.claim.contribution",
            "org.hypercerts.claim.contributorInformation",
            "org.hypercerts.claim.rights",
            "org.hypercerts.collection",
            "org.hypercerts.context.acknowledgement",
            "org.hypercerts.context.attachment",
            "org.hypercerts.context.evaluation",
            "org.hypercerts.context.measurement",
            "org.hypercerts.funding.receipt",
            "org.hypercerts.workscope.tag"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
