Censys · JSON Structure

Asset Graph Unitronicspcom Structure

UnitronicsPcom schema from Asset Graph API

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

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

Properties

buffer_size hardware_version model model_executor model_op_executor name os_build os_version unique_id unit_id

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/asset-graph-unitronicspcom-structure.json",
  "name": "UnitronicsPcom",
  "description": "UnitronicsPcom schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "buffer_size": {
      "type": "string"
    },
    "hardware_version": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "model_executor": {
      "type": "string"
    },
    "model_op_executor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "os_build": {
      "type": "string"
    },
    "os_version": {
      "type": "string"
    },
    "unique_id": {
      "type": "int64"
    },
    "unit_id": {
      "type": "string"
    }
  }
}