# dev.goalbot.spike.event

> Published by [rt-jfp3zt7w.pds.scoreflo.at](https://lexicon.garden/identity/did:plc:hlwp3csdbmbmivjajfp3zt7w)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:hlwp3csdbmbmivjajfp3zt7w/dev.goalbot.spike.event)
- [Documentation](https://lexicon.garden/lexicon/did:plc:hlwp3csdbmbmivjajfp3zt7w/dev.goalbot.spike.event/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:hlwp3csdbmbmivjajfp3zt7w/dev.goalbot.spike.event/examples)

## Definitions

### `dev.goalbot.spike.event`

**Type**: `record`

Throwaway probe record for the issue #32 federation spike. NOT the real GoalBot lexicon — the production record family is designed in its own spike (see specs/atmosphere-direction.md).

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `seq` | `integer` | No | Sequence number within a test run. |
| `kind` | `string` | Yes | Probe kind, e.g. spike-probe. |
| `note` | `string` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "dev.goalbot.spike.event",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "kind",
          "createdAt"
        ],
        "properties": {
          "seq": {
            "type": "integer",
            "description": "Sequence number within a test run."
          },
          "kind": {
            "type": "string",
            "description": "Probe kind, e.g. spike-probe."
          },
          "note": {
            "type": "string",
            "maxLength": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Throwaway probe record for the issue #32 federation spike. NOT the real GoalBot lexicon — the production record family is designed in its own spike (see specs/atmosphere-direction.md)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
