{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-session-connection-node-structure.json", "name": "SessionConnectionNode", "type": "object", "properties": { "id": { "type": "string", "description": "Node identifier (field value).", "example": "192.168.1.1" }, "type": { "type": "string", "description": "Whether this is a source or destination node.", "example": "source" } } }