# space.priiv.follow

> Published by [samuel-in-space.spaces-alpha.bsky.network](https://lexicon.garden/identity/did:plc:a6xumcwyzynxrl3bgi72w4aw)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.follow)
- [Documentation](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.follow/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.follow/examples)

## Definitions

### `space.priiv.follow`

**Type**: `record`

A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `string` (did) | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "space.priiv.follow",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
