com.atmosphereaccount.registry.update

atmosphereaccount.com

{
  "id": "com.atmosphereaccount.registry.update",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 1000,
            "minLength": 1,
            "description": "Update notes shown in What's New and version history.",
            "maxGraphemes": 1000
          },
          "title": {
            "type": "string",
            "maxLength": 80,
            "minLength": 1,
            "description": "Short update title.",
            "maxGraphemes": 80
          },
          "source": {
            "type": "string",
            "maxLength": 32,
            "description": "Where the update came from. Omitted means manual.",
            "knownValues": [
              "manual",
              "tangled"
            ]
          },
          "version": {
            "type": "string",
            "maxLength": 32,
            "description": "Optional version or release label.",
            "maxGraphemes": 32
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "tangledRepoUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 512,
            "description": "Optional Tangled repository URL used for future sync provenance."
          },
          "tangledCommitUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 512,
            "description": "Optional Tangled commit URL related to this update."
          }
        }
      },
      "description": "A project-owned What's New update for an Atmosphere registry profile. Each record represents one release/update note and may optionally link to Tangled commit metadata."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atmosphereaccount.registry.update

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ab7uvkn4kyf7l7prl26pz4r2
CID
bafyreia6huzq5v7egwaem3v7y6k7nox63bqarzr3l5voigqxe5xmryo6ae
Indexed At
2026-04-27 05:32 UTC
AT-URI
at://did:plc:ab7uvkn4kyf7l7prl26pz4r2/com.atproto.lexicon.schema/com.atmosphereaccount.registry.update

Lexicon Garden

@