network.cosmik.connection

lexicon.store View official

{
  "id": "network.cosmik.connection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source",
          "target"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 1000,
            "description": "Optional note about the connection"
          },
          "source": {
            "type": "string",
            "description": "Source entity (URL string or AT URI)"
          },
          "target": {
            "type": "string",
            "description": "Target entity (URL string or AT URI)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this connection was created."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this connection was last updated."
          },
          "connectionType": {
            "type": "string",
            "description": "Optional type of connection"
          }
        }
      },
      "description": "A connection linking a source to a target, with optional type and note."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record representing a connection between two entities (URLs or cards)."
}

Validate Record

Validate a record against network.cosmik.connection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreie3yysldbywudy4rxo64z7npulz7fw6fwv4wlnykj7h6zun3uvfaq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/network.cosmik.connection

Lexicon Garden

@