space.highport.admin.rescanBlob

lexicons.highport.space

{
  "id": "space.highport.admin.rescanBlob",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "description": "The content address to rescan."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "BlobNotFound",
          "description": "Nothing is stored under that CID."
        },
        {
          "name": "ScannerUnavailable",
          "description": "The scanner did not respond. Safe to retry."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "verdict"
          ],
          "properties": {
            "verdict": {
              "type": "string",
              "description": "The scanner's verdict. `unscanned` means the scanner declined to look at the bytes; it is neither a pass nor a failure.",
              "knownValues": [
                "clean",
                "malware",
                "unwanted",
                "unscanned"
              ]
            },
            "findingId": {
              "type": "integer",
              "description": "The ID of the recorded finding, for a detection."
            },
            "signature": {
              "type": "string",
              "description": "The signature name, for a detection."
            },
            "quarantined": {
              "type": "boolean",
              "description": "Whether the content was quarantined. False for clean and unscanned verdicts, and for a PUA match when BARD_SCAN_ON_UNWANTED=log."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Rescan stored content against the current signature database now, instead of waiting for the sweep. Quarantines on a detection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.admin.rescanBlob

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreicf2szbrrpwosycpmmphd644m5solz2ynj6xvwco56nzl75conpz4
Indexed At
2026-09-17 17:48 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.rescanBlob

Version History (2 versions)

Lexicon Garden

@