{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "reason": {
      "type": "string"
    },
    "delivered": {
      "type": "integer"
    }
  },
  "type": "object",
  "required": [
    "reason",
    "delivered"
  ],
  "title": "SubscriptionClosed",
  "description": "SubscriptionClosed is the last frame of a subscription."
}
