# us.polhem.spots.places.entry

> Published by [polhem.us](https://lexicon.garden/identity/did:plc:p5a4pydyirvdkmc3lhw2iykp)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.spots.places.entry)
- [Documentation](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.spots.places.entry/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.spots.places.entry/examples)

## Definitions

### `us.polhem.spots.places.entry`

**Type**: `record`

A record for keeping track of a place in Spots

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `address` | `ref` → `community.lexicon.location.address` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `description` | `string` | No |  |
| `descriptionFacets` | `array` | No |  |

## Raw Schema

```json
{
  "id": "us.polhem.spots.places.entry",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "address",
          "createdAt"
        ],
        "properties": {
          "address": {
            "ref": "community.lexicon.location.address",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "A record for keeping track of a place in Spots"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
