com.thelexfiles.anotherjonwilson.temp.groceryListItem

protopunx.bsky.social

Documentation

an item in my grocery list

main record

an item in my grocery list

Record Key tid Timestamp-based ID

Properties

checked boolean Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

the name of the item in my list

maxGraphemes: 300 graphemesminGraphemes: 0 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "the name of the item in my list",
        "maxGraphemes": 300,
        "minGraphemes": 0
      },
      "checked": {
        "type": "boolean"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "an item in my grocery list\n"
}

Lexicon Garden

@