{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "gno://schemas/saved-capsule-watch@1.0",
  "title": "GNO Saved Context Capsule Watch Result",
  "allOf": [
    {
      "$ref": "gno://schemas/saved-capsule-registration@1.0"
    },
    {
      "type": "object",
      "properties": {
        "verification": { "type": "null" }
      },
      "required": ["verification"]
    }
  ]
}
