pub.chive.graph.getRelations

chive.pub

{
  "id": "pub.chive.graph.getRelations",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "relations"
          ],
          "properties": {
            "relations": {
              "type": "array",
              "items": {
                "ref": "#relationType",
                "type": "ref"
              },
              "description": "Available relation types"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "List available relation types (nodes with subkind=relation)"
    },
    "relationType": {
      "type": "object",
      "required": [
        "slug",
        "label"
      ],
      "properties": {
        "slug": {
          "type": "string",
          "description": "Relation slug identifier"
        },
        "label": {
          "type": "string",
          "description": "Display label"
        },
        "description": {
          "type": "string",
          "description": "Relation description"
        },
        "inverseSlug": {
          "type": "string",
          "description": "Slug of inverse relation"
        }
      },
      "description": "Relation type definition"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.graph.getRelations

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@