pub.chive.eprint.getChangelog

chive.pub

{
  "id": "pub.chive.eprint.getChangelog",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "Changelog not found"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "eprintUri",
            "version",
            "sections",
            "createdAt"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "Content ID of the changelog record"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the changelog record"
            },
            "summary": {
              "type": "string",
              "description": "One-line summary of changes"
            },
            "version": {
              "ref": "pub.chive.eprint.submission#semanticVersion",
              "type": "ref",
              "description": "Semantic version this changelog describes"
            },
            "sections": {
              "type": "array",
              "items": {
                "ref": "pub.chive.eprint.changelog#changelogSection",
                "type": "ref"
              },
              "description": "Structured changelog sections"
            },
            "createdAt": {
              "type": "string",
              "format": "datetime",
              "description": "When this changelog was created"
            },
            "eprintUri": {
              "type": "string",
              "format": "at-uri",
              "description": "URI of the eprint this changelog belongs to"
            },
            "previousVersion": {
              "ref": "pub.chive.eprint.submission#semanticVersion",
              "type": "ref",
              "description": "Previous semantic version"
            },
            "reviewerResponse": {
              "type": "string",
              "description": "Response to peer review feedback"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the changelog record"
          }
        }
      },
      "description": "Get a specific changelog entry by URI"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.eprint.getChangelog

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

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreiaty7oe5brgvkjeycltnc7xuypkmxcebq2mdzg36e7hkuyjmj2zfa
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.eprint.getChangelog

Referenced Schemas (2)

Lexicon Garden

@