# pub.leaflet.blocks.standardSitePost

> Published by [leaflet.pub](https://lexicon.garden/identity/did:plc:btxrwcaeyodrap5mnjw2fvmz)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.standardSitePost)
- [Documentation](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.standardSitePost/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.standardSitePost/examples)

## Definitions

### `pub.leaflet.blocks.standardSitePost`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` | No |  |
| `uri` | `string` (at-uri) | Yes |  |
| `size` | `string` | No |  |
| `showPublicationTheme` | `boolean` | No |  |

## Raw Schema

```json
{
  "id": "pub.leaflet.blocks.standardSitePost",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "cid": {
          "type": "string"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "size": {
          "type": "string",
          "knownValues": [
            "large",
            "medium",
            "small"
          ]
        },
        "showPublicationTheme": {
          "type": "boolean"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
