Censys · JSON Structure

Asset Graph Modbus Meiresponse Structure

Modbus_MEIResponse schema from Asset Graph API

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

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

Properties

conformity_level more_follows objects

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-modbus-meiresponse-structure.json",
  "name": "Modbus_MEIResponse",
  "description": "Modbus_MEIResponse schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "conformity_level": {
      "type": "int64"
    },
    "more_follows": {
      "type": "boolean"
    },
    "objects": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}