{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-time-series-record-structure.json", "name": "TimeSeriesRecord", "type": "object", "description": "A single IP record in a timeseries response", "properties": { "ip": { "type": "string", "description": "The IP address", "example": "203.0.113.45" }, "internet_scanner_intelligence": { "$ref": "./greynoise-time-series-intelligence-structure.json#" } } }