{
  "enabled": false,
  "updated_at": "2026-05-21T12:00:00.000Z",
  "live_matches": [
    {
      "id": "example_001",
      "competition": "La Liga",
      "home_team": "Barcelona",
      "away_team": "Real Madrid",
      "score": "1 - 0",
      "minute": "67",
      "status": "live",
      "streams": [
        {
          "label": "SD",
          "url": "https://www.youtube.com/watch?v=AKMI5P29JmI",
          "type": "webview",
          "quality": "SD",
          "language": "EN",
          "active": true
        },
        {
          "label": "HD",
          "url": "https://www.youtube.com/watch?v=5vIM1N_NEus",
          "type": "webview",
          "quality": "HD",
          "language": "EN",
          "active": true
        },
        {
          "label": "FHD",
          "url": "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8",
          "type": "m3u8",
          "quality": "FHD",
          "language": "EN",
          "active": true
        },
        {
          "label": "Auto",
          "url": "https://vidlink.pro/movie/786892",
          "type": "iframe",
          "quality": "Auto",
          "language": "EN",
          "active": true
        },
        {
          "label": "Embed player",
          "url": "http://ugeen.live:8080/Ugeen_VIPNP0tpZ/cxZy8h/3225",
          "type": "m3u8",
          "quality": "FHD",
          "language": "EN",
          "active": true,
          "enabled": false
        }
      ]
    }
  ],
  "_help": {
    "streams": "Each match MUST have a streams[] array. Use label/quality: SD, HD, FHD, Auto. type iframe or webview for embed URLs.",
    "fields": ["label", "url", "type (m3u8|mp4|iframe|webview)", "quality", "language", "active", "enabled"],
    "enabled": "Set enabled:false on match, stream, category, or channel to hide without deleting."
  }
}
