Censys · Schema

Reject

Reject schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
reason string
type string
View JSON Schema on GitHub

JSON Schema

platform-reject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-reject-schema.json",
  "title": "Reject",
  "description": "Reject schema from Censys Platform API",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string"
    },
    "type": {
      "enum": [
        "",
        "wrong_version",
        "invalid_username",
        "wrong_user_pw",
        "wrong_server_pw",
        "username_in_use",
        "server_full",
        "no_certificate",
        "authenticator_fail"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}