Censys · JSON Structure

Platform Reject Structure

Reject schema from Censys Platform API

Type: object Properties: 2
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Reject is a JSON Structure definition published by Censys, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

reason type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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