{
  "tags": [
    {
      "label": "lottie-animation",
      "description": "",
      "attributes": [
        {
          "label": "autoplay",
          "description": "start animation automatically",
          "required": false
        },
        {
          "label": "loop",
          "description": "loop animation",
          "required": false
        },
        {
          "label": "src",
          "description": "data JSON location",
          "required": false
        }
      ]
    },
    {
      "label": "lottie-scroll",
      "description": "",
      "attributes": [
        {
          "label": "playthrough",
          "description": "If `true` it's only playing the animation, while if it's `false` the animation follows the scroll progression.",
          "required": false
        },
        {
          "label": "speed",
          "description": "the speed of the animation",
          "required": false
        },
        {
          "label": "src",
          "description": "data JSON location",
          "required": false
        }
      ]
    }
  ]
}