Censys · Schema

Ser2Net_SerialParameters

Ser2Net_SerialParameters schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
baud_rate string
data_bits string
parity string
stop_bits string
View JSON Schema on GitHub

JSON Schema

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