{
  "openapi": "3.0.3",
  "info": {
    "title": "Times Supermarkets Recipes",
    "description": "Explore local Hawaii recipes, weeknight meal ideas, and island-style culinary inspiration from Times Supermarkets.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://publisher.theaiwebcompany.com"
    }
  ],
  "x-vcap": {
    "visibility": "https://publisher.theaiwebcompany.com/irl/times-supermarkets-recipes/llms.txt",
    "citability": "https://publisher.theaiwebcompany.com/irl/times-supermarkets-recipes/json.ld",
    "actionability": "https://publisher.theaiwebcompany.com/irl/times-supermarkets-recipes/mcp.json",
    "performability": "https://publisher.theaiwebcompany.com/irl/times-supermarkets-recipes/openapi.json"
  },
  "paths": {
    "/irl/times-supermarkets-recipes/llms.txt": {
      "get": {
        "summary": "V · Visibility — llms.txt",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/irl/times-supermarkets-recipes/json.ld": {
      "get": {
        "summary": "C · Citability — JSON-LD",
        "responses": {
          "200": {
            "description": "application/ld+json"
          }
        }
      }
    },
    "/irl/times-supermarkets-recipes/mcp.json": {
      "get": {
        "summary": "A · Actionability — MCP descriptor",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    },
    "/irl/times-supermarkets-recipes/chatgpt.txt": {
      "get": {
        "summary": "Instructions for ChatGPT",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/mcp": {
      "post": {
        "summary": "AIWEB live MCP (Streamable HTTP)",
        "responses": {
          "200": {
            "description": "MCP Streamable HTTP"
          }
        }
      }
    }
  }
}