{
  "description": "Destination Pages",
  "items": {
    "type": "object",
    "required": ["name", "destinationsLink", "scraper"],
    "properties": {
      "name": {
        "type": "string",
        "description": "name of the airline"
      },
      "destinationsLink": {
        "type": "string"
      },
      "scraper": {
        "type": "string"
      }
    }
  },
  "type": "array"
}
