{
  "openapi": "3.1.0",
  "info": {
    "title": "Kancelaria Adwokacka Piotr Marusiak API & Machine Endpoints",
    "version": "1.0.0",
    "description": "API endpoints and AI machine-readable context interfaces for Kancelaria Adwokacka Adwokat Piotr Marusiak (Jarosław, Poland).",
    "contact": {
      "name": "Kancelaria Adwokacka Piotr Marusiak",
      "url": "https://adwokat.marusiak.pl",
      "email": "adwokat@marusiak.pl"
    }
  },
  "servers": [
    {
      "url": "https://adwokat.marusiak.pl",
      "description": "Production Server"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Get LLM Summary Context",
        "description": "Returns compact Markdown summary of legal services, office contact, and lawyer credentials.",
        "responses": {
          "200": {
            "description": "Markdown content",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Get Full Legal Context & FAQ",
        "description": "Returns complete legal specializations, consultation workflow, FAQs, and detailed terms.",
        "responses": {
          "200": {
            "description": "Extended Markdown content",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/agent-card.json": {
      "get": {
        "summary": "A2A Agent Card",
        "description": "Returns the Agent-to-Agent discovery specification card.",
        "responses": {
          "200": {
            "description": "A2A JSON Card",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/mcp/server-card.json": {
      "get": {
        "summary": "MCP Server Card",
        "description": "Returns the Model Context Protocol (MCP) server configuration and capabilities.",
        "responses": {
          "200": {
            "description": "MCP JSON Card",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
