{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-time-series-hassh-entry-schema.json", "title": "TimeSeriesHASSHEntry", "type": "object", "properties": { "fingerprint": { "type": "string", "example": "51cba57125523ce4b9db67714a90bf6e", "description": "HASSH hash fingerprint string" }, "port": { "type": "integer", "example": 2222, "description": "TCP port connection where the HASSH hash was identified\n" } } }