# dk.raakode.lab.groups.watch

> Published by [lexauthority.pds1.lab.raakode.dk](https://lexicon.garden/identity/did:plc:ck6ybqliyrt6irwzqflfhzdq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.groups.watch)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.groups.watch/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ck6ybqliyrt6irwzqflfhzdq/dk.raakode.lab.groups.watch/examples)

## Definitions

### `dk.raakode.lab.groups.watch`

**Type**: `record`

An indexer's acknowledgement that it follows this space. Written by the indexer into its own repo in the space, for one reason: com.atproto.space.listSpaces returns the spaces an account holds a REPO in, not the spaces it is a member of. An indexer admitted to a group but never written to it is invisible to its own discovery. Writing this once makes the group discoverable forever after. See docs/evidence/S09.md.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `service` | `string` | No | Which application's indexer this is, for operators reading a space by hand. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "dk.raakode.lab.groups.watch",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "service": {
            "type": "string",
            "description": "Which application's indexer this is, for operators reading a space by hand."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An indexer's acknowledgement that it follows this space. Written by the indexer into its own repo in the space, for one reason: com.atproto.space.listSpaces returns the spaces an account holds a REPO in, not the spaces it is a member of. An indexer admitted to a group but never written to it is invisible to its own discovery. Writing this once makes the group discoverable forever after. See docs/evidence/S09.md."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
