{
  "rules": [{
      "class" : "IgnoreRule",
      "selector" : "p.jetpack-slideshow-noscript"
    },
    {
      "class": "CaptionRule",
      "selector" : "div.wp-caption-text"
    },
    {
      "class" : "PassThroughRule",
      "selector" : "div.gallery-row"
    },
    {
      "class" : "PassThroughRule",
      "selector" : "div.tiled-gallery p"
    },
    {
      "class" : "PassThroughRule",
      "selector" : "div.gallery-row p"
    },
    {
      "class" : "PassThroughRule",
      "selector" : "div.gallery-group p"
    },
    {
      "class" : "PassThroughRule",
      "selector" : "div.gallery-group"
    },
    {
      "class": "ImageRule",
      "selector" : "div.wp-caption",
      "properties" : {
          "image.url" : {
              "type" : "string",
              "selector" : "img",
              "attribute": "src"
          }
      }
    },
    {
      "class": "SlideshowImageRule",
      "selector" : "div.tiled-gallery-item",
      "properties" : {
        "image.url" : {
          "type" : "string",
          "selector" : "img",
          "attribute": "data-orig-file"
        },
        "caption.title" : {
          "type" : "string",
          "selector" : "div.tiled-gallery-caption"
        }
      }
    },
    {
      "class": "SlideshowRule",
      "selector" : "div.tiled-gallery"
    },
    {
      "class": "SlideshowImageRule",
      "selector" : "dl.gallery-item",
      "properties" : {
        "image.url" : {
          "type" : "string",
          "selector" : "a",
          "attribute": "href"
        },
        "caption.title" : {
          "type" : "string",
          "selector" : "dd.wp-caption-text"
        }
      }
    },
    {
      "class": "Compat\\JetpackSlideshowRule",
      "selector" : "div.jetpack-slideshow",
      "properties": {
        "jetpack.data-gallery": {
          "type": "json",
          "selector": "div.jetpack-slideshow",
          "attribute": "data-gallery"
        }
      }
    },
    {
      "class": "CaptionRule",
      "selector" : "div.tiled-gallery-caption"
    }
  ]
}
