camera.swap.iso

swap.camera

Documentation

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

main record

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

Record Key tid Timestamp-based ID

Properties

area string Required

Coarse metro/region code from the app's fixed area vocabulary. Match axis.

maxLength: 64 bytes
category string Required

Required match axis.

maxLength: 32 bytes
Known values: body, lens, flash, bag, filter, tripod, film, accessory, other
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 600 graphemes
make string Optional

Optional. When set together with model, narrows matching; absent = wildcard.

maxLength: 128 bytes
model string Optional

Optional. See make.

maxLength: 128 bytes
View raw schema
{
  "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."
}

Lexicon Garden

@