{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-session-request-metadata-structure.json", "name": "SessionRequestMetadata", "type": "object", "properties": { "start_time": { "type": "string", "description": "Start time of the query range.", "example": "2025-01-01T00:00:00Z" }, "end_time": { "type": "string", "description": "End time of the query range.", "example": "2025-01-07T23:59:59Z" }, "query": { "type": "string", "description": "The Lucene query string used.", "example": "tags:Mirai" } } }