{
    "$schema": "http://json-schema.org/schema#",
    "$id": "https://ris-live.ripe.net/schemas/v1/ris_subscribe_ok.schema.json",
    "type": "object",
    "description": "Sent after a successful `ris_subscribe` if `socketOptions.acknowledge` is true.",
    "required": ["subscription", "socketOptions"],
    "properties": {
        "subscription": {
            "type": "object",
            "description": "The user-supplied parameters of the successful subscription, excluding `socketOptions`"
        },
        "socketOptions": {
            "type": "object",
            "description": "The (possibly modified) set of currently applied socket options"
        }
    }
}
