com.thelexfiles.anotherjonwilson.temp.groceryItem

protopunx.bsky.social

{
  "id": "com.thelexfiles.anotherjonwilson.temp.groceryItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "description": "the name of the item being added to the grocery list",
            "maxGraphemes": 300,
            "minGraphemes": 1
          },
          "checked": {
            "type": "boolean",
            "description": "A boolean value showing whether the item has been checked or not, it's optional as it defaults to unchecked"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An item I want to shop for."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.thelexfiles.anotherjonwilson.temp.groceryItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:deh4u7fsoeqtrbtkf5eptizr
CID
bafyreihcljvjs5hi6qz76gwapdsnrwvxp3aoweb3zz7zdem3ub7z44y3fa
Indexed At
2026-05-02 08:30 UTC
AT-URI
at://did:plc:deh4u7fsoeqtrbtkf5eptizr/com.atproto.lexicon.schema/com.thelexfiles.anotherjonwilson.temp.groceryItem

Lexicon Garden

@