at.askimut.question

ask.3615etienne.com

{
  "id": "at.askimut.question",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "targetDid",
          "authorDid",
          "sourceType",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 50
            },
            "maxLength": 10,
            "description": "Optional tags for categorizing the question"
          },
          "content": {
            "type": "string",
            "maxLength": 1000,
            "minLength": 1,
            "description": "The question content"
          },
          "authorDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the user asking the question"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the question was created"
          },
          "sourceUri": {
            "type": "string",
            "format": "uri",
            "description": "Original URI from the source platform (e.g., Bluesky post URI)"
          },
          "targetDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the user being asked"
          },
          "sourceData": {
            "type": "unknown",
            "description": "Platform-specific metadata and additional data"
          },
          "sourceType": {
            "enum": [
              "askimut",
              "bsky",
              "standard.site",
              "mastodon",
              "nostr"
            ],
            "type": "string",
            "description": "The platform/source where this question originated"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.askimut.question

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@