# codes.advent.challenge.day

> Published by [advent.codes](https://lexicon.garden/identity/did:plc:birdjt6dgvncxbevjj53kuiy)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:birdjt6dgvncxbevjj53kuiy/codes.advent.challenge.day)
- [Documentation](https://lexicon.garden/lexicon/did:plc:birdjt6dgvncxbevjj53kuiy/codes.advent.challenge.day/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:birdjt6dgvncxbevjj53kuiy/codes.advent.challenge.day/examples)

## Definitions

### `codes.advent.challenge.day`

**Type**: `record`

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `partOne` | `string` | No |  |
| `partTwo` | `string` | No |  |
| `createdAt` | `string` (datetime) | No |  |

## Raw Schema

```json
{
  "id": "codes.advent.challenge.day",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "partOne": {
            "type": "string"
          },
          "partTwo": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
