Censys · JSON Structure

Asset Graph Mavlink Frame Structure

Mavlink_Frame schema from Asset Graph API

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

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

Properties

component_id message_id message_type payload system_id version

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-mavlink-frame-structure.json",
  "name": "Mavlink_Frame",
  "description": "Mavlink_Frame schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "component_id": {
      "type": "int32",
      "minimum": 0
    },
    "message_id": {
      "type": "int32",
      "minimum": 0
    },
    "message_type": {
      "type": "string"
    },
    "payload": {
      "type": "string"
    },
    "system_id": {
      "type": "int32",
      "minimum": 0
    },
    "version": {
      "type": "int32",
      "minimum": 0
    }
  }
}