{
  "openapi": "3.1.0",
  "info": {
    "title": "NBA Live Today PH Public Discovery Resources",
    "version": "3.13.19",
    "description": "Read-only static discovery resources. No write operations, authentication, MCP endpoint or guaranteed real-time sports data are advertised."
  },
  "servers": [
    {
      "url": "https://nbalivetoday.ph"
    }
  ],
  "paths": {
    "/ai.json": {
      "get": {
        "summary": "AI discovery manifest",
        "operationId": "getAiJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/knowledge.json": {
      "get": {
        "summary": "Knowledge catalog",
        "operationId": "getKnowledgeJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/entities.json": {
      "get": {
        "summary": "Entity graph",
        "operationId": "getEntitiesJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-manifest.json": {
      "get": {
        "summary": "Read-only agent capability manifest",
        "operationId": "getAgentManifestJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feed.json": {
      "get": {
        "summary": "Primary JSON Feed",
        "operationId": "getFeedJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/news.json": {
      "get": {
        "summary": "News JSON Feed",
        "operationId": "getFeedsNewsJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/videos.json": {
      "get": {
        "summary": "Video JSON Feed",
        "operationId": "getFeedsVideosJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/games.json": {
      "get": {
        "summary": "Games JSON Feed",
        "operationId": "getFeedsGamesJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/scores.json": {
      "get": {
        "summary": "Scores JSON Feed",
        "operationId": "getFeedsScoresJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/players.json": {
      "get": {
        "summary": "Players JSON Feed",
        "operationId": "getFeedsPlayersJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/teams.json": {
      "get": {
        "summary": "Teams JSON Feed",
        "operationId": "getFeedsTeamsJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/feeds/schedule.json": {
      "get": {
        "summary": "Schedule JSON Feed",
        "operationId": "getFeedsScheduleJson",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
