{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-time-series-scan-entry-structure.json", "name": "TimeSeriesScanEntry", "type": "object", "properties": { "port": { "type": "int32", "description": "Port number", "example": 80 }, "protocol": { "type": "string", "description": "Protocol", "example": "TCP" } } }