{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-tls-versiondata-schema.json", "title": "Tls_VersionData", "description": "Tls_VersionData schema from Asset Graph API", "type": "object", "properties": { "ja3s": { "format": "hex", "type": "string" }, "ja4s": { "type": "string" }, "version": { "enum": [ "", "ss_lv_2", "ss_lv_3", "tlsv1_0", "tlsv1_1", "tlsv1_2", "tlsv1_3", "dtlsv1_0", "dtlsv1_2", "dtlsv1_3" ], "type": "string" } }, "additionalProperties": false }