Censys · JSON Structure

Platform Portmap V3Entry Structure

Portmap_V3Entry schema from Censys Platform API

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

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

Properties

description network_id owner shorthand universal_address version

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-portmap-v3entry-structure.json",
  "name": "Portmap_V3Entry",
  "description": "Portmap_V3Entry schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "description": {
      "type": "string"
    },
    "network_id": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "shorthand": {
      "type": "string"
    },
    "universal_address": {
      "type": "string"
    },
    "version": {
      "type": "int32",
      "minimum": 0
    }
  }
}