pub.chive.graph.edgeProposal

chive.pub

{
  "id": "pub.chive.graph.edgeProposal",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "proposalType",
          "rationale",
          "createdAt"
        ],
        "properties": {
          "evidence": {
            "type": "array",
            "items": {
              "ref": "pub.chive.graph.nodeProposal#evidence",
              "type": "ref"
            },
            "maxLength": 10,
            "description": "Supporting evidence for the proposal"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "rationale": {
            "type": "string",
            "maxLength": 2000,
            "description": "Justification for the proposal"
          },
          "proposalType": {
            "type": "string",
            "description": "Type of proposal action",
            "knownValues": [
              "create",
              "update",
              "deprecate"
            ]
          },
          "proposedEdge": {
            "ref": "#proposedEdgeData",
            "type": "ref",
            "description": "Proposed edge data (for create/update)"
          },
          "targetEdgeUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of edge to update/deprecate"
          },
          "schemaRevision": {
            "type": "integer",
            "minimum": 1,
            "description": "Schema revision this record was created with. Absent means revision 1."
          }
        }
      },
      "description": "Proposal for creating, updating, or deprecating edges between knowledge graph nodes (stored in user PDS)"
    },
    "proposedEdgeData": {
      "type": "object",
      "required": [
        "sourceUri",
        "targetUri",
        "relationSlug"
      ],
      "properties": {
        "weight": {
          "type": "integer",
          "maximum": 1000,
          "minimum": 0,
          "description": "Edge weight (scaled by 1000 for 0.0-1.0 range)"
        },
        "metadata": {
          "ref": "pub.chive.graph.edge#edgeMetadata",
          "type": "ref"
        },
        "sourceUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of source node"
        },
        "targetUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of target node"
        },
        "relationUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of relation type node"
        },
        "relationSlug": {
          "type": "string",
          "maxLength": 50,
          "description": "Relation slug (broader, narrower, related, etc.)"
        }
      },
      "description": "Proposed edge data"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.graph.edgeProposal

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@