{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ftp-structure.json", "name": "Ftp", "description": "Ftp schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "auth_ssl_response": { "type": "string" }, "auth_tls_response": { "type": "string" }, "implicit_tls": { "type": "boolean" }, "status_code": { "type": "int32" }, "status_meaning": { "type": "string" } } }