{
    "$schema": "http://json-schema.org/schema#",
    "$id": "https://ris-live.ripe.net/schemas/v1/ris_message-KEEPALIVE.schema.json",
    "type": "object",
    "required": [
        "type"
    ],
    "examples": [
	{
	    "timestamp": 1568284616.24,
	    "peer": "192.0.2.0",
	    "peer_asn": "64496",
	    "id": "21-192-0-2-0-53776312",
	    "host": "rrc00",
	    "type": "KEEPALIVE"
	}
    ],
    "properties": {
        "type": {
            "const": "KEEPALIVE",
            "type": "string"
        }
    },
    "title": "BGP KEEPALIVE Message"
}
