{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-smtp-schema.json", "title": "Smtp", "description": "Smtp schema from Asset Graph API", "type": "object", "properties": { "ehlo": { "description": "The server's response to the EHLO command.", "format": "utf8", "type": "string" }, "start_tls": { "description": "The server's response to the STARTTLS command.", "format": "utf8", "type": "string" } }, "additionalProperties": false }