camera.swap.iso

swap.camera

{
  "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
}

Validate Record

Validate a record against camera.swap.iso

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:37rhok2ls3ltydjh42fjljyc
CID
bafyreictgdtnwvruozgazhihhthdf64xp6vwsh27d6fj4hr6uk5dzcsize
Indexed At
2026-06-14 06:46 UTC
AT-URI
at://did:plc:37rhok2ls3ltydjh42fjljyc/com.atproto.lexicon.schema/camera.swap.iso

Lexicon Garden

@