{
  "openapi": "3.1.0",
  "info": {
    "title": "검색설계연구소 Agent-Readable Resources",
    "version": "2026-08-23",
    "description": "검색설계연구소의 서비스 설명, 정책, 에이전트용 Markdown/JSON 리소스를 읽기 전용으로 제공하는 정적 OpenAPI 설명입니다."
  },
  "servers": [
    {
      "url": "https://geomseolyeon.com"
    }
  ],
  "paths": {
    "/agent.md": {
      "get": {
        "summary": "에이전트용 Markdown 서비스 안내",
        "operationId": "getAgentGuideMarkdown",
        "responses": {
          "200": {
            "description": "Clean Markdown guide for AI agents",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "LLM용 사이트 요약",
        "operationId": "getLlmsText",
        "responses": {
          "200": {
            "description": "LLM-readable site summary",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/service-catalog.json": {
      "get": {
        "summary": "서비스 카탈로그 JSON",
        "operationId": "getServiceCatalog",
        "responses": {
          "200": {
            "description": "Structured service catalog",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "services": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "policies": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "name",
                    "description",
                    "services",
                    "policies"
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "사이트맵",
        "operationId": "getSitemap",
        "responses": {
          "200": {
            "description": "XML sitemap",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/guides/": {
      "get": {
        "summary": "검색 운영 가이드 허브",
        "operationId": "getSearchOperationGuides",
        "responses": {
          "200": {
            "description": "Regional, platform, industry, and operating-system guide index",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/index.md": {
      "get": {
        "summary": "검색설계연구소 Markdown",
        "operationId": "getIndexMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/lawyer-advertising.md": {
      "get": {
        "summary": "변호사광고 검색 구조 설계 Markdown",
        "operationId": "getLawyerAdvertisingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/lawyer-marketing.md": {
      "get": {
        "summary": "변호사마케팅 SEO 설계 Markdown",
        "operationId": "getLawyerMarketingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/legal-advertising.md": {
      "get": {
        "summary": "법률광고 검색 구조 설계 Markdown",
        "operationId": "getLegalAdvertisingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/legal-marketing.md": {
      "get": {
        "summary": "법률마케팅 운영 설계 Markdown",
        "operationId": "getLegalMarketingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/hospital-advertising.md": {
      "get": {
        "summary": "병원광고 검색·영상 운영 설계 Markdown",
        "operationId": "getHospitalAdvertisingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/professional-advertising.md": {
      "get": {
        "summary": "전문직광고 검색 구조 설계 Markdown",
        "operationId": "getProfessionalAdvertisingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/professional-marketing.md": {
      "get": {
        "summary": "전문직 마케팅 운영 설계 Markdown",
        "operationId": "getProfessionalMarketingMarkdown",
        "responses": {
          "200": {
            "description": "Page-specific Clean Markdown",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}
