{
  "openapi": "3.1.0",
  "info": {
    "title": "GoFair Agent Discovery API",
    "version": "1.0.0",
    "description": "Machine-readable discovery metadata for GoFair's public website, agent resources, and quoted trade-service intake."
  },
  "servers": [
    {
      "url": "https://gofairtrade.com.cn"
    }
  ],
  "x-service-info": {
    "categories": [
      "business-services",
      "trade",
      "logistics",
      "sourcing"
    ],
    "docs": {
      "homepage": "https://gofairtrade.com.cn/",
      "llms": "https://gofairtrade.com.cn/llms.txt",
      "apiReference": "https://gofairtrade.com.cn/openapi.json"
    }
  },
  "paths": {
    "/llms.txt": {
      "get": {
        "operationId": "getLlmsOverview",
        "summary": "Fetch the LLM-friendly GoFair overview",
        "responses": {
          "200": {
            "description": "Plain-text GoFair overview",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/contact.html": {
      "get": {
        "operationId": "getContactPage",
        "summary": "Fetch GoFair contact channels for trade-service inquiries",
        "responses": {
          "200": {
            "description": "HTML contact page"
          }
        }
      }
    }
  }
}
