{
  "openapi": "3.0.3",
  "info": {
    "title": "Savory Moments Wedding Catering",
    "description": "Performability surface for Savory Moments Wedding Catering",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://publisher.theaiwebcompany.com"
    }
  ],
  "x-vcap": {
    "visibility": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/llms.txt",
    "citability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/json.ld",
    "actionability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/mcp.json",
    "performability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/openapi.json"
  },
  "paths": {
    "/irl/savory-moments-wedding-catering/llms.txt": {
      "get": {
        "summary": "V · Visibility — llms.txt",
        "responses": {
          "200": {
            "description": "text/plain"
          }
        }
      }
    },
    "/irl/savory-moments-wedding-catering/json.ld": {
      "get": {
        "summary": "C · Citability — JSON-LD",
        "responses": {
          "200": {
            "description": "application/ld+json"
          }
        }
      }
    },
    "/irl/savory-moments-wedding-catering/mcp.json": {
      "get": {
        "summary": "A · Actionability — MCP descriptor",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    },
    "/irl/savory-moments-wedding-catering/openapi.json": {
      "get": {
        "summary": "P · Performability — this document",
        "responses": {
          "200": {
            "description": "application/json"
          }
        }
      }
    },
    "/irl/savory-moments-wedding-catering/leads": {
      "post": {
        "summary": "Submit inquiry lead",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "email": {
                    "type": "string",
                    "format": "email"
                  },
                  "eventDate": {
                    "type": "string"
                  },
                  "eventTime": {
                    "type": "string"
                  },
                  "notes": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string",
                    "enum": [
                      "chatgpt",
                      "perplexity",
                      "claude",
                      "browser",
                      "mcp"
                    ]
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Lead accepted"
          },
          "400": {
            "description": "Invalid payload"
          },
          "429": {
            "description": "Rate limited"
          }
        }
      }
    }
  }
}