Censys · JSON Structure

Asset Graph Ser2Net Serialparameters Structure

Ser2Net_SerialParameters schema from Asset Graph API

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

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

Properties

baud_rate data_bits parity stop_bits

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-ser2net-serialparameters-structure.json",
  "name": "Ser2Net_SerialParameters",
  "description": "Ser2Net_SerialParameters schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "baud_rate": {
      "type": "string"
    },
    "data_bits": {
      "type": "string"
    },
    "parity": {
      "type": "string"
    },
    "stop_bits": {
      "type": "string"
    }
  }
}