{ "$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" } } }