net.botwatch.bot

lexicon.store View official

{
  "id": "net.botwatch.bot",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "score",
          "createdAt"
        ],
        "properties": {
          "score": {
            "type": "integer",
            "maximum": 100000,
            "minimum": -100000,
            "description": "100000 indicates total confidence that {subject} is a bot. -100000 indicates the opposite."
          },
          "subject": {
            "refs": [
              "#atprotoIdentity",
              "#facebookIdentity",
              "#xIdentity"
            ],
            "type": "union",
            "closed": false
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A statement about whether the subject is a bot."
    },
    "xIdentity": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "maxLength": 20,
          "description": "An X username."
        }
      }
    },
    "atprotoIdentity": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "facebookIdentity": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "maxLength": 100,
          "description": "A Facebook user id."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.botwatch.bot

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigun6xux4nkenvus67eg67jpul47vjc7famkplhreiumjnhef7lu4
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/net.botwatch.bot

Lexicon Garden

@