# dev.lexicon.example

> Published by [lexicon.community](https://lexicon.garden/identity/did:plc:2uwoih2htodskvgocarwv5eq)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/dev.lexicon.example)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/dev.lexicon.example/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2uwoih2htodskvgocarwv5eq/dev.lexicon.example/examples)

## Definitions

### `dev.lexicon.example`

**Type**: `record`

An example lexicon that doesn't resolve.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

## Raw Schema

```json
{
  "id": "dev.lexicon.example",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {}
      },
      "description": "An example lexicon that doesn't resolve."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
