com.thelexfiles.jon.temp.groceryList

protopunx.bsky.social

Documentation

a list of groceries

main record

a list of groceries

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

groceryItem string Required

No description available.

maxGraphemes: 100 graphemesminGraphemes: 1 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "groceryItem",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "groceryItem": {
        "type": "string",
        "maxGraphemes": 100,
        "minGraphemes": 1
      }
    }
  },
  "description": "a list of groceries"
}

Lexicon Garden

@