Censys · Schema

ProfinetCm

ProfinetCm schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
byte_order string
lookup_response_raw string
multiple_fragments boolean
View JSON Schema on GitHub

JSON Schema

platform-profinetcm-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-profinetcm-schema.json",
  "title": "ProfinetCm",
  "description": "ProfinetCm schema from Censys Platform API",
  "type": "object",
  "properties": {
    "byte_order": {
      "type": "string"
    },
    "lookup_response_raw": {
      "format": "hex",
      "type": "string"
    },
    "multiple_fragments": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}