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 bytescategory
string
Required
Required match axis.
maxLength: 32 bytesKnown values:
body, lens, flash, bag, filter, tripod, film, accessory, othercreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 600 graphemesmake
string
Optional
Optional. When set together with model, narrows matching; absent = wildcard.
maxLength: 128 bytesmodel
string
Optional
Optional. See make.
maxLength: 128 bytesView 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."
}