# garden.lexicon.logical-sponge.atstar

> Published by [miftah.tngl.sh](https://lexicon.garden/identity/did:plc:f73wdac27kwbcm37xptz6ycg)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:f73wdac27kwbcm37xptz6ycg/garden.lexicon.logical-sponge.atstar)
- [Documentation](https://lexicon.garden/lexicon/did:plc:f73wdac27kwbcm37xptz6ycg/garden.lexicon.logical-sponge.atstar/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:f73wdac27kwbcm37xptz6ycg/garden.lexicon.logical-sponge.atstar/examples)

## Definitions

### `garden.lexicon.logical-sponge.atstar`

**Type**: `record`

Star any Atproto identity

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `who` | `string` (did) | Yes |  |
| `why` | `string` | No |  |

## Raw Schema

```json
{
  "id": "garden.lexicon.logical-sponge.atstar",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "who"
        ],
        "properties": {
          "who": {
            "type": "string",
            "format": "did"
          },
          "why": {
            "type": "string"
          }
        }
      },
      "description": "Star any Atproto identity"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
