{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Jeddah tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Jeddah (saudi arabia) covering 2026-05-02 to 2026-05-09. Heights in metres relative to MSL. Derived from Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived..",
  "url": "https://tideturtle.com/saudi-arabia/makkah-region/jeddah",
  "identifier": "https://tideturtle.com/data/saudi-arabia/makkah-region/jeddah.json",
  "creator": {
    "@type": "Organization",
    "name": "TideTurtle",
    "url": "https://tideturtle.com"
  },
  "license": "https://open-meteo.com/en/license",
  "isAccessibleForFree": true,
  "dateModified": "2026-05-02",
  "temporalCoverage": "2026-05-02/2026-05-09",
  "spatialCoverage": {
    "@type": "Place",
    "name": "Jeddah",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 21.5433,
      "longitude": 39.1728
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Jeddah",
    "saudi arabia"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/saudi-arabia/makkah-region/jeddah.json"
    }
  ],
  "data": {
    "datum": "MSL",
    "unit": "m",
    "timezone": "Asia/Riyadh",
    "source": "Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived.",
    "extrema": [
      {
        "time": "2026-05-03T10:00:00.000Z",
        "date": "2026-05-03",
        "height": 0.11,
        "isHigh": false
      },
      {
        "time": "2026-05-03T17:00:00.000Z",
        "date": "2026-05-03",
        "height": 0.3,
        "isHigh": true
      },
      {
        "time": "2026-05-04T04:00:00.000Z",
        "date": "2026-05-04",
        "height": 0.33,
        "isHigh": true
      },
      {
        "time": "2026-05-07T13:00:00.000Z",
        "date": "2026-05-07",
        "height": 0.07,
        "isHigh": false
      }
    ]
  }
}