town.laugh.user.suggest.edit.comedian

laugh.town

{
  "id": "town.laugh.user.suggest.edit.comedian",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "changes",
          "createdAt"
        ],
        "properties": {
          "changes": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "field",
                "value"
              ],
              "properties": {
                "field": {
                  "type": "string",
                  "maxLength": 64,
                  "description": "Field name in camelCase"
                },
                "value": {
                  "type": "string",
                  "maxLength": 4096,
                  "description": "Proposed new value"
                }
              }
            },
            "description": "List of field changes"
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI reference to the town.laugh.db.comedian record"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of when the suggestion was created"
          }
        }
      },
      "description": "User-suggested edits to an existing comedian record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.laugh.user.suggest.edit.comedian

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k6owgpe2rkkchoiivxhzp2t4
CID
bafyreicf4c5vrtfessjigcujwmlwcc3cctirqtkujan5wrhp2hnytxurmq
Indexed At
2026-06-12 22:01 UTC
AT-URI
at://did:plc:k6owgpe2rkkchoiivxhzp2t4/com.atproto.lexicon.schema/town.laugh.user.suggest.edit.comedian

Lexicon Garden

@