Table of Contents |
---|
Info Object
API 의 메타 정보를 제공하며 한 API 에 Info 는 하나만 존재해야 합니다.
OpenAPI-Specification/3.1.0.md at main · OAI/OpenAPI-Specification (github.com)
name | type | Description |
---|---|---|
title | string | REQUIRED. The title of the API. |
version | string | REQUIRED. The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API implementation version). |
summary | string | A short summary of the API. |
description | string | A description of the API. CommonMark syntax MAY be used for rich text representation. |