--- swagger: "2.0" info: x-ibm-name: financial-institutions-holidays title: Financial Institutions’ Holidays version: 1.0.1 description: "" schemes: - https basePath: /financial-institutions-holidays produces: - application/json securityDefinitions: X-IBM-Client-Id: type: apiKey in: header name: X-IBM-Client-Id security: - X-IBM-Client-Id: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /: get: responses: 200: description: 200 OK schema: $ref: '#/definitions/Response Parameters' parameters: - name: year type: string required: true in: query description: Year in format YYYY (eg. 2018) definitions: Response Parameters: type: array items: type: object properties: HolidayWeekDay: type: string description: ชื่อวันของสัปดาห์ example: Monday HolidayWeekDayThai: type: string description: ชื่อวันของสัปดาห์(ภาษาไทย) example: วันจันทร์ Date: type: string description: วันที่ example: "2018-01-01" DateThai: type: string description: วันที่ภาษาไทย (รูปแบบ วว/ดด/ปป) example: 01/01/2561 HolidayDescription: type: string description: คำอธิบายภาษาอังกฤษ example: New Year’s Day HolidayDescriptionThai: type: string description: คำอธิบายภาษาไทย example: วันขึ้นปีใหม่ tags: [] x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...