app.askeverything.graph.follow

askeverything.app

{
  "id": "app.askeverything.graph.follow",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID of the account being followed."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A follow within Ask Everything. Deliberately distinct from app.bsky.graph.follow: the Ask Everything circle and the Bluesky feed are different social contracts, and neither implies the other."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.askeverything.graph.follow

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:g7d3ia2ctyxputd3pjuccp2t
CID
bafyreifnmsvzu3hiaqt2i2dac2okqk2q5niccrbw7xolgk72zxsmqk64la
Indexed At
2026-07-20 13:56 UTC
AT-URI
at://did:plc:g7d3ia2ctyxputd3pjuccp2t/com.atproto.lexicon.schema/app.askeverything.graph.follow

Lexicon Garden

@