app.greengale.publication

greengale.app

{
  "id": "app.greengale.publication",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "name"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Publication base URL (e.g., https://greengale.app)"
          },
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Publication/blog title"
          },
          "theme": {
            "ref": "app.greengale.blog.defs#theme",
            "type": "ref",
            "description": "Default theme for posts in this publication"
          },
          "voiceTheme": {
            "ref": "app.greengale.blog.defs#voiceTheme",
            "type": "ref",
            "description": "Default voice settings for TTS playback on posts"
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "Publication description"
          },
          "enableSiteStandard": {
            "type": "boolean",
            "default": false,
            "description": "When enabled, also publishes to site.standard.publication and site.standard.document collections for cross-platform compatibility"
          }
        }
      },
      "description": "A publication configuration with title, description, and default theme."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.greengale.publication

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:purpkfw7haimc4zu5a57slza
CID
bafyreihzyb35tw46eesubocwpdrvclaomjapv3v3i26n6i2wsq7qqv4u7i
Indexed At
2026-01-22 01:01 UTC
AT-URI
at://did:plc:purpkfw7haimc4zu5a57slza/com.atproto.lexicon.schema/app.greengale.publication

Version History (3 versions)

Referenced Schemas (2)

Lexicon Garden

@