{
  "openapi": "3.1.0",
  "info": {
    "title": "Todij Video Navigator public discovery",
    "version": "1.0.14",
    "description": "Static public discovery endpoints for Todij Video Navigator marketing, Markdown, agent skills, and support metadata.",
    "contact": {
      "name": "TODIJ AI Technology Ltd",
      "email": "contact@todij.com",
      "url": "https://video-navigator.todij.com/contact.html"
    },
    "termsOfService": "https://video-navigator.todij.com/terms.html"
  },
  "servers": [
    {
      "url": "https://video-navigator.todij.com"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "Homepage",
        "description": "Returns the HTML homepage, or Markdown when an edge fallback honors Accept: text/markdown.",
        "responses": {
          "200": {
            "description": "Homepage response"
          }
        }
      }
    },
    "/index.md": {
      "get": {
        "summary": "Markdown overview",
        "responses": {
          "200": {
            "description": "Markdown overview",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "summary": "API catalog",
        "responses": {
          "200": {
            "description": "Discovery catalog",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/agent-skills/index.json": {
      "get": {
        "summary": "Agent skills index",
        "responses": {
          "200": {
            "description": "Agent skills index",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/health": {
      "get": {
        "summary": "Health document",
        "responses": {
          "200": {
            "description": "Static health status",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {}
  }
}
