us.polhem.spots.places.entry

polhem.us

Documentation

A record for keeping track of a place in Spots

main record

A record for keeping track of a place in Spots

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "address",
      "createdAt"
    ],
    "properties": {
      "address": {
        "ref": "community.lexicon.location.address",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "descriptionFacets": {
        "type": "array",
        "items": {
          "ref": "app.bsky.richtext.facet",
          "type": "ref"
        }
      }
    }
  },
  "description": "A record for keeping track of a place in Spots"
}

Lexicon Garden

@