Censys · JSON Structure

Platform Hidvertx Structure

HidVertx schema from Censys Platform API

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

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

Properties

firmware_date id ip mac_address make_model model 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-hidvertx-structure.json",
  "name": "HidVertx",
  "description": "HidVertx schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "firmware_date": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "ip": {
      "type": "string"
    },
    "mac_address": {
      "type": "string"
    },
    "make_model": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}