Censys · Schema

Modbus_MEIResponse

Modbus_MEIResponse schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
conformity_level integer
more_follows boolean
objects object
View JSON Schema on GitHub

JSON Schema

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