Censys · Schema

Reject

Reject schema from Asset Graph 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

asset-graph-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/asset-graph-reject-schema.json",
  "title": "Reject",
  "description": "Reject schema from Asset Graph 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
}