# camera.swap.iso

> Published by [swap.camera](https://lexicon.garden/identity/did:plc:37rhok2ls3ltydjh42fjljyc)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:37rhok2ls3ltydjh42fjljyc/camera.swap.iso)
- [Documentation](https://lexicon.garden/lexicon/did:plc:37rhok2ls3ltydjh42fjljyc/camera.swap.iso/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:37rhok2ls3ltydjh42fjljyc/camera.swap.iso/examples)

## Definitions

### `camera.swap.iso`

**Type**: `record`

An "In Search Of" post: gear the author is looking for. Lives in the author's own repo.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `area` | `string` | Yes | Coarse metro/region code from the app's fixed area vocabulary. Match axis. |
| `make` | `string` | No | Optional. When set together with model, narrows matching; absent = wildcard. |
| `model` | `string` | No | Optional. See make. |
| `category` | `string` | Yes | Required match axis. |
| `createdAt` | `string` (datetime) | Yes |  |
| `description` | `string` | No |  |

## Raw Schema

```json
{
  "id": "camera.swap.iso",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "category",
          "area",
          "createdAt"
        ],
        "properties": {
          "area": {
            "type": "string",
            "maxLength": 64,
            "description": "Coarse metro/region code from the app's fixed area vocabulary. Match axis."
          },
          "make": {
            "type": "string",
            "maxLength": 128,
            "description": "Optional. When set together with model, narrows matching; absent = wildcard."
          },
          "model": {
            "type": "string",
            "maxLength": 128,
            "description": "Optional. See make."
          },
          "category": {
            "type": "string",
            "maxLength": 32,
            "description": "Required match axis.",
            "knownValues": [
              "body",
              "lens",
              "flash",
              "bag",
              "filter",
              "tripod",
              "film",
              "accessory",
              "other"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 600
          }
        }
      },
      "description": "An \"In Search Of\" post: gear the author is looking for. Lives in the author's own repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
