social.coves.community.wiki

coves.social

{
  "id": "social.coves.community.wiki",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content",
          "createdAt"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "maxLength": 128,
            "description": "URL-friendly page identifier"
          },
          "title": {
            "type": "string",
            "maxLength": 512,
            "description": "Wiki page title",
            "maxGraphemes": 128
          },
          "content": {
            "type": "string",
            "maxLength": 50000,
            "description": "Markdown-formatted wiki content"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "editHistory": {
            "type": "array",
            "items": {
              "ref": "#wikiEdit",
              "type": "ref"
            },
            "description": "History of edits (stored separately for efficiency)"
          },
          "lastEditedBy": {
            "type": "string",
            "format": "did",
            "description": "DID of the last editor"
          }
        }
      },
      "description": "Community wiki page"
    },
    "wikiEdit": {
      "type": "object",
      "required": [
        "editor",
        "timestamp"
      ],
      "properties": {
        "editor": {
          "type": "string",
          "format": "did"
        },
        "summary": {
          "type": "string",
          "maxLength": 256,
          "description": "Edit summary"
        },
        "timestamp": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.wiki

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreifqz73mffnfdaca2mzup7gxsjcrify2ndwlt547dug4335z625dam
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.wiki

Lexicon Garden

@