# win.tomo-x.pushat.allow

> Published by [tomo-x.win](https://lexicon.garden/identity/did:plc:qcwvyds5tixmcwkwrg3hxgxd)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qcwvyds5tixmcwkwrg3hxgxd/win.tomo-x.pushat.allow)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qcwvyds5tixmcwkwrg3hxgxd/win.tomo-x.pushat.allow/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qcwvyds5tixmcwkwrg3hxgxd/win.tomo-x.pushat.allow/examples)

## Definitions

### `win.tomo-x.pushat.allow`

**Type**: `record`

allow service to push. key must be did

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `config` | `unknown` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "win.tomo-x.pushat.allow",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "config": {
            "type": "unknown"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "allow service to push. key must be did"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
