{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-time-series-ja3-entry-schema.json", "title": "TimeSeriesJA3Entry", "type": "object", "properties": { "fingerprint": { "type": "string", "example": "c3a6cf0bf2e690ac8e1ecf6081f17a50", "description": "JA3 hash fingerprint string" }, "port": { "type": "integer", "example": 443, "description": "TCP port connection that the SSL/TLS communication occurred over" } } }