{
  "swagger": "2.0",
  "info": { "title": "공공데이터 공휴일 조회", "version": "1.0",
    "description": "공공데이터포털 한국천문연구원 특일 정보(공휴일·대체공휴일) 조회(실습용)" },
  "host": "apis.data.go.kr",
  "basePath": "/B090041/openapi/service/SpcdeInfoService",
  "schemes": ["https"],
  "paths": {
    "/getRestDeInfo": {
      "get": {
        "operationId": "GetHolidays",
        "summary": "월별 공휴일 조회",
        "description": "연도와 월로 해당 월의 공휴일(대체공휴일 포함) 목록을 조회한다",
        "parameters": [
          { "name": "serviceKey", "in": "query", "required": true, "type": "string" },
          { "name": "solYear", "in": "query", "required": true, "type": "string", "default": "2026", "description": "조회 연도(YYYY)" },
          { "name": "solMonth", "in": "query", "required": true, "type": "string", "default": "08", "description": "조회 월(MM · 2자리)" },
          { "name": "_type", "in": "query", "type": "string", "default": "json", "description": "응답 형식(json/xml)" }
        ],
        "responses": { "200": { "description": "공휴일 목록(JSON)" } }
      }
    }
  }
}
