# pet.trezy.activity

> Published by [trezy.pet](https://lexicon.garden/identity/did:plc:ollch4g7tes2reb5eceiwuol)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ollch4g7tes2reb5eceiwuol/pet.trezy.activity)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ollch4g7tes2reb5eceiwuol/pet.trezy.activity/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ollch4g7tes2reb5eceiwuol/pet.trezy.activity/examples)

## Definitions

### `pet.trezy.activity`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `pet` | `string` (at-uri) | Yes |  |
| `type` | `string` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `signatures` | `array` | No |  |

## Raw Schema

```json
{
  "id": "pet.trezy.activity",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "type",
          "pet",
          "createdAt"
        ],
        "properties": {
          "pet": {
            "type": "string",
            "format": "at-uri"
          },
          "type": {
            "type": "string",
            "knownValues": [
              "feed",
              "pet"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "signatures": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
