{ "id": "core-07-heartbeat", "title": "Heartbeat is answered with heartbeat", "category": "core", "version": "aicc/0.1", "description": "A heartbeat must be acknowledged with a heartbeat, keeping the session alive.", "steps": [ { "send": { "type": "heartbeat" } }, { "expect": { "type": "heartbeat" } } ] }