net.botwatch.bot

7hird.dev

Documentation

A statement about whether the subject is a bot.

main record

A statement about whether the subject is a bot.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

score integer Required

100000 indicates total confidence that {subject} is a bot. -100000 indicates the opposite.

minimum: -100000maximum: 100000
subject union Required

No description available.

Known types:
View raw schema
{
  "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"
        ],
        "type": "union",
        "closed": false
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A statement about whether the subject is a bot."
}
atprotoIdentity object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    }
  }
}

Lexicon Garden

@