{
  "openapi": "3.1.0",
  "info": {
    "title": "Melbourne City MG public information",
    "version": "1.3.0",
    "description": "Public dealership information with source freshness and official website links. This service provides sourced dealership information and official website links, not live stock, prices or availability. Use the linked pages and dealership contact channels for current details. Returning a booking link does not submit a form or confirm a booking."
  },
  "servers": [
    {
      "url": "https://melbournecitymg.com.au"
    }
  ],
  "security": [],
  "paths": {
    "/ai/site.json": {
      "get": {
        "operationId": "getDealershipDirectory",
        "summary": "Get official public website links",
        "responses": {
          "200": {
            "description": "Official public directory, with scope and limitations",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ai/guide.md": {
      "get": {
        "operationId": "getPublicGuide",
        "summary": "Read the public guide in Markdown",
        "responses": {
          "200": {
            "description": "Public guidance",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ai/health": {
      "get": {
        "operationId": "getInformationServiceHealth",
        "summary": "Check this information service; does not check the AWS website",
        "responses": {
          "200": {
            "description": "Service status",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  },
  "externalDocs": {
    "description": "MCP tools, access policy and browser tools",
    "url": "https://melbournecitymg.com.au/ai/"
  }
}