{
  "$ref": "#/definitions/Component",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "Component": {
      "additionalProperties": false,
      "properties": {
        "badge": {
          "type": "string"
        },
        "footer": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "img": {
          "type": "string"
        },
        "price": {
          "type": "string"
        },
        "rating": {
          "type": "number"
        },
        "ratingscale": {
          "type": "number"
        },
        "regularprice": {
          "type": "string"
        },
        "reviews": {
          "type": "string"
        },
        "reviewsurl": {
          "type": "string"
        },
        "style": {
          "type": "string"
        },
        "subtitle": {
          "type": "string"
        },
        "text": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      },
      "required": [
        "img",
        "url",
        "badge",
        "title",
        "subtitle",
        "text",
        "rating",
        "ratingscale",
        "reviews",
        "reviewsurl",
        "price",
        "regularprice",
        "footer"
      ],
      "type": "object"
    }
  }
}
