Censys · Schema

Portmap

Portmap schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
v2_entries arraynull
v3_entries arraynull
View JSON Schema on GitHub

JSON Schema

platform-portmap-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-portmap-schema.json",
  "title": "Portmap",
  "description": "Portmap schema from Censys Platform API",
  "type": "object",
  "properties": {
    "v2_entries": {
      "items": {
        "$ref": "#/components/schemas/Portmap_V2Entry"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "v3_entries": {
      "items": {
        "$ref": "#/components/schemas/Portmap_V3Entry"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}