Censys · Schema

S7

S7 schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
copyright string
cpu_profile string
firmware string
hardware string
location string
memory_serial_number string
module string
module_id string
module_type string
oem_id string
plant_id string
reserved_for_os string
serial_number string
system string
View JSON Schema on GitHub

JSON Schema

asset-graph-s7-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/asset-graph-s7-schema.json",
  "title": "S7",
  "description": "S7 schema from Asset Graph API",
  "type": "object",
  "properties": {
    "copyright": {
      "type": "string"
    },
    "cpu_profile": {
      "type": "string"
    },
    "firmware": {
      "type": "string"
    },
    "hardware": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "memory_serial_number": {
      "type": "string"
    },
    "module": {
      "type": "string"
    },
    "module_id": {
      "type": "string"
    },
    "module_type": {
      "type": "string"
    },
    "oem_id": {
      "type": "string"
    },
    "plant_id": {
      "type": "string"
    },
    "reserved_for_os": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    },
    "system": {
      "type": "string"
    }
  },
  "additionalProperties": false
}