{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-smtp-structure.json", "name": "Smtp", "description": "Smtp schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "ehlo": { "type": "string", "description": "The server's response to the EHLO command." }, "start_tls": { "type": "string", "description": "The server's response to the STARTTLS command." } } }