{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-tls-versiondata-structure.json", "name": "Tls_VersionData", "description": "Tls_VersionData schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "ja3s": { "type": "string" }, "ja4s": { "type": "string" }, "version": { "type": "string", "enum": [ "", "ss_lv_2", "ss_lv_3", "tlsv1_0", "tlsv1_1", "tlsv1_2", "tlsv1_3", "dtlsv1_0", "dtlsv1_2", "dtlsv1_3" ] } } }