diy.razorgirl.winter.fact

lexicon.store View official

{
  "id": "diy.razorgirl.winter.fact",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "predicate",
          "args",
          "createdAt"
        ],
        "properties": {
          "args": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 10
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 20
          },
          "source": {
            "type": "string",
            "description": "CID of source record"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime"
          },
          "predicate": {
            "type": "string",
            "maxLength": 64
          },
          "confidence": {
            "type": "string",
            "description": "0.0-1.0 as string (Soufflé compat)"
          },
          "supersedes": {
            "type": "string",
            "description": "CID of superseded fact"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Atomic knowledge unit. A predicate applied to arguments, optionally with confidence, expiration, source tracking, tags, and supersession."
}

Validate Record

Validate a record against diy.razorgirl.winter.fact

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreif3l3yezfg6wyolsngc5y2ixzsadll4l24qrz3ab6xeuutqhcrmni
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.fact

Lexicon Garden

@