Censys · Schema

Nbd

Nbd schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
exports arraynull
handshake_style string
policies arraynull
View JSON Schema on GitHub

JSON Schema

platform-nbd-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-nbd-schema.json",
  "title": "Nbd",
  "description": "Nbd schema from Censys Platform API",
  "type": "object",
  "properties": {
    "exports": {
      "items": {
        "$ref": "#/components/schemas/Export"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "handshake_style": {
      "type": "string"
    },
    "policies": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}