pub.chive.backlink.create

chive.pub

{
  "id": "pub.chive.backlink.create",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "sourceUri",
            "sourceType",
            "targetUri"
          ],
          "properties": {
            "context": {
              "type": "string",
              "maxLength": 500,
              "description": "Optional context about the backlink"
            },
            "sourceUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the source record"
            },
            "targetUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the target eprint"
            },
            "sourceType": {
              "type": "string",
              "description": "Type of the source record",
              "knownValues": [
                "cosmik.collection",
                "leaflet.list",
                "whitewind.blog",
                "bluesky.post",
                "bluesky.embed",
                "other"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "ref": "#backlink",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Create a backlink record. Internal/plugin use only. Requires authentication."
    },
    "backlink": {
      "type": "object",
      "required": [
        "id",
        "sourceUri",
        "sourceType",
        "targetUri",
        "indexedAt",
        "deleted"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "description": "Backlink ID"
        },
        "context": {
          "type": "string",
          "maxLength": 500,
          "description": "Optional context about the backlink"
        },
        "deleted": {
          "type": "boolean",
          "description": "Whether the backlink has been deleted"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp when the backlink was indexed"
        },
        "sourceUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the source record"
        },
        "targetUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the target eprint"
        },
        "sourceType": {
          "type": "string",
          "description": "Type of the source record",
          "knownValues": [
            "cosmik.collection",
            "leaflet.list",
            "whitewind.blog",
            "bluesky.post",
            "bluesky.embed",
            "other"
          ]
        }
      },
      "description": "Backlink record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.backlink.create

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@