at.askimut.answer

ask.3615etienne.com

{
  "id": "at.askimut.answer",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "questionUri",
          "answerContentUri",
          "authorDid",
          "createdAt"
        ],
        "properties": {
          "authorDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the user creating this answer link"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the answer link was created"
          },
          "questionUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI reference to the question being answered"
          },
          "broadcastUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional AT-URI of the Bluesky broadcast post projecting this native answer to the recipient's feed"
          },
          "crossPostUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional AT-URI of the Bluesky cross-post reply projecting this answer into the question thread"
          },
          "answerContentUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the answer content (at.askimut.answer_content or external record)"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.askimut.answer

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7yidlxzkmtk2d5zwljdlhg3f
CID
bafyreieiv5a33i5yuq5kburnvmz6l5jetvana57tcfnnrswrumrksx7b2e
Indexed At
2026-08-15 18:01 UTC
AT-URI
at://did:plc:7yidlxzkmtk2d5zwljdlhg3f/com.atproto.lexicon.schema/at.askimut.answer

Lexicon Garden

@