{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-time-series-source-data-structure.json", "name": "TimeSeriesSourceData", "type": "object", "description": "Source traffic metadata", "properties": { "bytes": { "type": "int64", "description": "The total amount of data transferred (in bytes) during the\nobserved session or connection.\n", "example": 1024 } } }