{
  "openapi": "3.1.0",
  "info": {
    "title": "Superpositions Studio Quantum Solutions Library Discovery",
    "version": "1.0.0",
    "description": "Static discovery endpoints for the public Quantum Solutions Library landing page."
  },
  "servers": [
    {
      "url": "https://superpositions.studio"
    }
  ],
  "paths": {
    "/quantum-solutions-library": {
      "get": {
        "summary": "HTML Quantum Solutions Library",
        "responses": {
          "200": {
            "description": "HTML landing page"
          }
        }
      }
    },
    "/quantum-solutions-library/quantum-solutions-library.md": {
      "get": {
        "summary": "Markdown Quantum Solutions Library",
        "responses": {
          "200": {
            "description": "Markdown copy of the public library page"
          }
        }
      }
    },
    "/quantum-solutions-library/llms.txt": {
      "get": {
        "summary": "LLM-readable site summary",
        "responses": {
          "200": {
            "description": "Plain-text agent summary"
          }
        }
      }
    },
    "/quantum-solutions-library/sitemap.xml": {
      "get": {
        "summary": "Canonical URL sitemap",
        "responses": {
          "200": {
            "description": "XML sitemap"
          }
        }
      }
    },
    "/quantum-solutions-library/.well-known/api-catalog": {
      "get": {
        "summary": "RFC 9727 linkset catalog",
        "responses": {
          "200": {
            "description": "API and resource discovery linkset"
          }
        }
      }
    },
    "/quantum-solutions-library/.well-known/status.json": {
      "get": {
        "summary": "Static page status",
        "responses": {
          "200": {
            "description": "Status metadata"
          }
        }
      }
    }
  }
}
