# com.furrowedbrowser.at.testRecord

> Published by [will.at.furrowedbrowser.com](https://lexicon.garden/identity/did:plc:7jhvrcgdosa7u6yoa5i6mj4e)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:7jhvrcgdosa7u6yoa5i6mj4e/com.furrowedbrowser.at.testRecord)
- [Documentation](https://lexicon.garden/lexicon/did:plc:7jhvrcgdosa7u6yoa5i6mj4e/com.furrowedbrowser.at.testRecord/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:7jhvrcgdosa7u6yoa5i6mj4e/com.furrowedbrowser.at.testRecord/examples)

## Definitions

### `com.furrowedbrowser.at.testRecord`

**Type**: `record`

A test furrowed record

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `furrowedPost` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "com.furrowedbrowser.at.testRecord",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "furrowedPost"
        ],
        "properties": {
          "furrowedPost": {
            "type": "string",
            "maxLength": 80,
            "minLength": 1
          }
        }
      },
      "description": "A test furrowed record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
