diff --git a/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md b/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md
index c0d76eee..0740a0bc 100644
--- a/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md
+++ b/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md
@@ -27,7 +27,7 @@ meta:
## ファイルフォーマット
-[ファイルフォーマット規約](yaml_standards.md)に準じる。
+[ファイルフォーマット規約](file_standards.md)に準じる。
# 要素規約
diff --git a/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md b/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md
index ea7d965d..f9cd6b1b 100644
--- a/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md
+++ b/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md
@@ -15,7 +15,7 @@ meta:
# はじめに
-[OpenAPI Specification 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)に則ったAPIドキュメントを記述する際のコーディング規約をまとめます。古いバージョンとして[OpenAPI Specification 2.0の規約](OpenAPI_Specification_2.0.md)がありますので、v2をご利用の方はこちらをご参照ください。
+[OpenAPI Specification 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)に則った API ドキュメントを記述する際のコーディング規約をまとめます。古いバージョンとして[OpenAPI Specification 2.0 の規約](OpenAPI_Specification_2.0.md)がありますので、v2 をご利用の方はこちらをご参照ください。
## 適用箇所
@@ -27,20 +27,7 @@ meta:
## ファイルフォーマット
-[ファイルフォーマット規約](yaml_standards.md)に準じる。
-
-## ファイル単位
-
-OpenAPI ドキュメントは単一のファイルで構成することも複数の分割されたファイルで構成することもできるが、**複数のファイルに分割する**ことを推奨する。
-理由は下記の通りである。
-
-- XXX
-- XXX
-
-(相談事項)
-
-- 分割のパターンがあるのであれば、いくつかケースに応じてパターン分けして記載する。
-- ファイルの命名についてもここで触れる
+[ファイルフォーマット規約](file_standards.md)に準じる。
# OpenAPI ドキュメントの構成要素
@@ -48,16 +35,16 @@ OpenAPI ドキュメントを構成する要素はオブジェクトと呼ばれ
各種規約を読み進めるにあたってあらかじめ大まかに理解しておくことを推奨する。
各オブジェクトの詳細については[公式ドキュメント](https://spec.openapis.org/oas/v3.0.3#openapi-object)を参照されたい。
-| フィールド名 | 必須 | 説明 |
-| ------------ | :---: | -------------------------------------------------------- |
-| openapi | ○ | OpenAPIドキュメントが使用するOpenAPI仕様のバージョン番号 |
-| info | ○ | APIに関するメタデータ |
-| servers | | APIサーバへの接続情報 |
-| paths | ○ | APIの利用可能なパスと操作方法 |
-| components | | 複数のAPIにおける共通の定義 |
-| security | | API全体で利用可能なセキュリティ(認証)機構 |
-| tags | | 各種APIをグルーピングするためのタグ |
-| externalDocs | | 追加の外部ドキュメント |
+| フィールド名 | 必須 | 説明 |
+| ------------ | :--: | ----------------------------------------------------------- |
+| openapi | ○ | OpenAPI ドキュメントが使用する OpenAPI 仕様のバージョン番号 |
+| info | ○ | API に関するメタデータ |
+| servers | | API サーバへの接続情報 |
+| paths | ○ | API の利用可能なパスと操作方法 |
+| components | | 複数の API における共通の定義 |
+| security | | API 全体で利用可能なセキュリティ(認証)機構 |
+| tags | | 各種 API をグルーピングするためのタグ |
+| externalDocs | | 追加の外部ドキュメント |
## コンポーネント化
@@ -89,78 +76,401 @@ openapi: 3.0
## info
-`info`オブジェクトにはWeb APIに関するメタデータを記載する。
+`info`オブジェクトには Web API に関するメタデータを記載する。
`title`, `description`, `version` を必須項目とする。
-
-| フィールド名 | 必須 | 記載内容 |
-| -------------- | :---: | ------------------------------ |
-| title | ○ | Web APIの総称 |
-| description | ○ | Web APIの簡単な説明 |
-| version | ○ | OpenAPI ドキュメントのバージョン |
-| termsOfService | | 利用規約のURL |
-| contact | | 連絡先情報 |
-| license | | ライセンス情報 |
+| フィールド名 | 必須 | 記載内容 |
+| -------------- | :--: | -------------------------------- |
+| title | ○ | Web API の総称 |
+| description | ○ | Web API の簡単な説明 |
+| version | ○ | OpenAPI ドキュメントのバージョン |
+| termsOfService | | 利用規約の URL |
+| contact | | 連絡先情報 |
+| license | | ライセンス情報 |
### title
-WebAPIの総称を記載する。システム名やサービス名 + API のような命名とすることを推奨する。
+WebAPI の総称を記載する。システム名やサービス名 + API のような命名とすることを推奨する。
例. `X System API`
### desctiption
-Web APIが提供する機能の概要・想定する利用者やユースケース・制約などを記載する。
+Web API が提供する機能の概要・想定する利用者やユースケース・制約などを記載する。
### version
-サービスが採用するバージョン管理と同期を取る。
+この API 仕様のドキュメントのバージョンを記載する。アプリケーションのバージョン(git tag やリリースで管理するようなバージョン)とは別である。
-サービスのバージョン管理と同期をとることが重要である、本規約では形式は任意とする。
-例えば `major.minor.patch` のようなセマンティックバージョニングや `1.0-beta` や `2023.03.26` といった形式を許容する。
+本規約の推奨は `major.minor` 形式である。 `0.1 `固定で開発を進め、サービスのリリース時に `1.0` とし、その後の項目やオプション、パスの追加ごとに `1.1` などインクリメントしていく。もし他チームへのドキュメントの頻繁な共有が必要だれば、`1.0` のかわりに `2023.03.26` といった形式も許容する。
## servers
-Web APIを提供するサーバの情報を記載する。
-`url`, `description` を必須項目とし、ステージ(local, develop, staging など)が複数ある場合は各ステージ分の情報を記載する。
-ただしLSUDs向けのWeb API開発においては本番環境のURLを不用意に公開したくないケースが多く、記載は避けるべきである。
+Web API を提供するサーバの情報を記載する。
+`url`, `description` を必須項目とする。
+
+| フィールド名 | 必須 | 記載内容 |
+| ------------ | :--: | ---------- |
+| url | ○ | 対象の URL |
+| description | ○ | 説明 |
+| variables | | なし |
+
+ステージ(local, develop, staging など)が複数ある場合は各ステージ分の情報を記載する。 ただし LSUDs 向けの Web API 開発においては本番環境の URL を不用意に公開したくないケースが多く、記載は避けるべきである。
良い例:
```yaml
servers:
-- url: http://localhost:8001/
- description: Localhost Server
-- url: https://dev.api.example.com/v1
- description: Development Server
-- url: https://staging.api.example.com/v1
- description: Staging Server
+ - url: http://localhost:8001/
+ description: Localhost Server
+ - url: https://dev.api.example.com/v1
+ description: Development Server
+ - url: https://staging.api.example.com/v1
+ description: Staging Server
```
悪い例:
+
```yaml
servers:
-- url: https://prod.api.example.com/v1
- description: Production Server
+ - url: https://prod.api.example.com/v1
+ description: Production Server
```
## paths
+API エンドポイント定義
+
+- 規約
+ - [ ] paths 以下エンドポイントは機能 ID の昇順に定義
+ - [ ] HTTP メソッドは `GET`,`POST`,`PUT`,`PATCH`,`DELETE` の順に定義
+
+```yml
+paths:
+ /product: # エンドポイント
+ get: # HTTPメソッド
+ ...
+```
+
+| フィールド名 | 必須 | 記載内容 |
+| ------------ | :--: | -------- |
+| tags | ○ | |
+| operationId | ○ | |
+| summary | ○ | |
+| description | ○ | |
+| response | ○ | |
+| parameters | | |
+| requestBody | | |
+| security | | |
+
### operationId
+v2 だと以下のように記載している。
+
+コード生成で利用される項目なので、必須で指定する
+
+- 原則、`camelCase` の `${HTTPメソッド}${機能物理名}` で記載する(例: getUser, postUser, deleteUser)
+
+* ※ Spotlight Studio による自動生成に準拠すると、ケバブケース
+
+ - [ ] `${HTTPメソッド}-${URLパス1}-${URLパス2}..` 形式で定義
+ - [ ] ケバブケースで定義
+
### description
+`必須`
+
+
+- API の機能概要を記載
+
+
+```yaml
+description: IDを指定して商品情報を取得する。
+```
+
### parameters
+`任意`
+
+
+- リクエストパラメータの定義
+- 規約
+ - [ ] HTTP メソッドが GET,DELETE 時に利用
+ - [ ] パスパラメータ、クエリパラメータ、ヘッダパラメータを指定
+ - [ ] パラメータ名はスネークケースで定義
+
+
+```yaml
+parameters:
+ - in: query # パラメータ配置 (path, query, header 指定可)
+ name: product_id # パラメータ名(物理名)
+ description: プロダクトID # 論理名
+ schema: # パラメータスキーマ定義
+ type: string
+ ...
+```
+
+### requestBody
+
+
+`任意`
+
+
+- API のリクエストボディを定義
+- 規約
+ - [ ] HTTP メソッドが POST,PUT,PATCH 時に利用
+ - [ ] リクエストボディが必須の場合は `requestBody` 直下の `required: true` を指定
+ - [ ] スキーマ定義は components として schemas 以下に定義し、 `$ref` で参照
+ - [ ] スキーマ名は `Req` をプレフィックスに付与し、`operation_id` をアッパーキャメルケースへ変換の上で定義 \* 例) `operation_id=post-product` => `ReqPostProduct`
+
+
+```yaml
+operation_id: post-product
+requestBody:
+ required: true
+ content:
+ application/json: # media typeを指定
+ schema:
+ $ref: '#/components/schemas/ReqPostProduct' # リクエストボディのスキーマ構造指定
+
+...
+
+components:
+ schemas:
+ ReqPostProduct:
+ type: object
+ properties:
+ ...
+```
+
+
+
### responses
+`必須`
+
+
+- ステータスコード別の API レスポンススキーマを定義
+- 規約
+ - [ ] スキーマ定義は `components.schemas` 以下に定義し、 `$ref` で参照
+ - [ ] スキーマ定義の第一階層の type は `object` 必須
+ - 設計書の `3.戻り値` 定義の第一階層に `object` の追加必須 ([補足: 設計書の戻り値との整合性](#補足-設計書の戻り値との整合性)参照)
+ - [ ] スキーマ名は `Res` をプレフィックスに付与し、`operation_id` をアッパーキャメルケースへ変換の上で定義
+ - 例) `operation_id=post-product` => `ResPostProduct`
+ - [ ] 異常系(`4xx`,`5xx`)の定義は共通のため、以下記載の方式で定義
+ - [ ] ステータスコード`200`,`201` でレスポンススキーマが定義されている場合は、 example 名が `default` の定義必須
+ - [ ] example のケースを追加したい場合は `./examples` ディレクトリ配下にファイルを配置して、`$ref` で参照
+
+
+```yml
+operation_id: post-product
+responses:
+ '200':
+ description: プロダクト一覧
+ content:
+ application/json:
+ schema: # スキーマ定義
+ $ref: '#/components/schemas/ResPostProduct'
+ examples: # サンプルレスポンス
+ default: # サンプル名
+ value:
+ ... # サンプル定義
+ example-1:
+ $ref: './examples/post-product.example.1.yaml'
+ # 以下はデフォルトで指定
+ '400':
+ $ref: '#/components/responses/BadRequest'
+ '401':
+ $ref: '#/components/responses/Unauthorized'
+ '403':
+ $ref: '#/components/responses/Forbidden'
+ '404':
+ $ref: '#/components/responses/NotFound'
+ # POST の場合のみ利用
+ '409':
+ $ref: '#/components/responses/Conflict'
+ '422':
+ $ref: '#/components/responses/UnprocessableEntity'
+ '500':
+ $ref: '#/components/responses/InternalServer'
+ '503':
+ $ref: '#/components/responses/ServiceUnavaliable'
+
+...
+
+components:
+ schemas:
+ ResPostProduct:
+ type: object
+ properties:
+ products:
+ type: array
+ items:
+ $ref: '#/components/schemas/Product'
+ Product:
+ type: object
+ properties:
+ ...
+ BasicError:
+ type: object
+ properties:
+ ...
+ responses:
+ BadRequest:
+ description: リクエストデータ不正
+ content:
+ application/json:
+ schema:
+ "$ref": "#/components/schemas/BasicError"
+ ...
+```
+
## components
+
+API 定義で利用する共通のデータモデルを定義
+
+
+```yml
+components:
+ schemas: ...
+ securitySchemes: ...
+ responses: ...
+ parameters: ...
+```
+
+
+### schemas
+
+* API 定義で共通で利用するスキーマを定義
+* 規約
+ * [ ] リソース名はアッパーキャメルケースで定義
+ * [ ] リソース名は単数形で定義
+ * [ ] `type` に複数の型定義の指定不可
+ * [ ] `type: null`は原則として利用しない
+ * [ ] `allOf`、`anyOf`、`oneOf` を利用したスキーマ定義は許容しない
+ * [ ] schemas 以下は [リクエストボディ](#リクエストボディ)、[レスポンス](#レスポンス)、[リソース](#リソース) の順に定義
+
+```yaml
+Pagination:
+ type: object
+ properties:
+ total_counts:
+ type: integer
+ offset:
+ type: integer
+ limit:
+ type: integer
+ required:
+ - total_counts
+ - offset
+ - limit
+```
+
+スキーマ定義のモデルは以下3種類
+
+* [リクエストボディ](#リクエストボディ)
+* [レスポンス](#レスポンス)
+* [リソース](#リソース)
+
+```yaml
+# ソート順は以下の通り
+components:
+ schemas:
+ ReqGetProduct:
+ type: object
+ ...
+ ReqPostProduct:
+ type: object
+ ...
+ ResGetProduct:
+ type: object
+ ...
+ ResPostProduct:
+ type: object
+ ...
+ Product:
+ type: object
+ ...
+```
+
+
+#### parameters(components)
+
+API 共通で利用するクエリパラメータを定義
+
+* 規約
+ * [ ] API 全体で利用可能な共通のクエリパラメータを定義 (例: 検索数のlimit,offset)
+
+```yml
+parameters:
+ limit:
+ name: limit
+ in: query
+ required: false
+ schema:
+ type: integer
+ description: 検索数上限
+
+# 利用方法
+paths:
+ get:
+ /products:
+ parameters:
+ - $ref: '#/components/parameters/limit'
+```
+
+
## security
+- API の認証方式の設定
+- 規約
+ - [ ] API 共通で設定済みのため設定しない
+ - [ ] 認証を通す必要のない API を定義する場合にのみ定義
+
+
+```yml
+# 認証設定方法 (デフォルトで設定済みの為不要)
+security:
+ - Bearer: []
+
+# 認証しない場合
+security: []
+```
+
## tags
+タグを用いて、API 操作をグループ化することができる。ドキュメントやツールにとって非常に重要であるため、 **必須** で指定する。
+
+- Swagger UI(HTML ドキュメント)の順序を制御できる
+ - 未指定の場合は、登場順で生成されてしまう
+- 命名は、 **単数形** で、小文字かつ半角スペース区切り で記載する
+ - コード生成で利用され、Go ではパッケージ名や TypeScript の Class 単位となるため、シンプルな命名にする
+ - HTML ドキュメントで参照する場合の可読性を上げるため、単語を半角スペース区切りとする
+- タグごとに `description` も必須で記載する
+
+```yaml
+# NG
+tags:
+ - name: product
+ description: 製品
+ - name: store
+ description: 店舗
+ - name: user account
+ description: ユーザーアカウント
+
+# NG
+tags:
+ - name: products
+ - name: stores
+ - name: user_account
+ - name: UserAccount
+```
+
+
## externalDocs
+
+
# 設計上のポイント
(相談事項)
@@ -173,9 +483,9 @@ servers:
#### undefined と null
-- リクエスト/レスポンスにおいて、ある項目の値が存在しないという状態を表現する場合、①その項目自体を含めず `undefined` とする方法と、②値に `null` を使用する方法がある。
+- リクエスト/レスポンスにおいて、ある項目の値が存在しないという状態を表現する場合、① その項目自体を含めず `undefined` とする方法と、② 値に `null` を使用する方法がある。
- ① `undefined` とする場合、OpenAPI定義とJSONデータの例
+ ① `undefined` とする場合、OpenAPI 定義と JSON データの例
```yaml
application/json:
@@ -189,15 +499,16 @@ servers:
required:
- id
```
+
```jsonc
- {"id": "00001"} //nameの値が存在しない
+ { "id": "00001" } //nameの値が存在しない
```
```jsonc
- {} //idの値も存在しない場合、idは項目必須であるためバリデーションエラーとなる
+ {} //idの値も存在しない場合、idは項目必須であるためバリデーションエラーとなる
```
- ② 値に `null` を使用する場合、OpenAPI定義(OpenAPI3.0)とJSONデータの例
+ ② 値に `null` を使用する場合、OpenAPI 定義(OpenAPI3.0)と JSON データの例
```yaml
application/json:
@@ -215,33 +526,34 @@ servers:
```
```jsonc
- {"id": "00001", "name": null} //nameの値が存在しない
+ { "id": "00001", "name": null } //nameの値が存在しない
```
```jsonc
- {"id": null, "name": null} //id, nameとも値が存在しない
+ { "id": null, "name": null } //id, nameとも値が存在しない
```
```jsonc
- {} //この場合は、required指定の、id項目がないためバリデーションエラーとなる
+ {} //この場合は、required指定の、id項目がないためバリデーションエラーとなる
```
-- 原則としては、①`undefined` による定義を使用する方が、API仕様の表現が煩雑にならず、また通信サイズの点からも有利である。
+- 原則としては、①`undefined` による定義を使用する方が、API 仕様の表現が煩雑にならず、また通信サイズの点からも有利である。
-#### 差分更新APIの場合
+#### 差分更新 API の場合
-- 差分更新(PATCH)APIにおいては、項目が更新対象外であることと、項目が更新してクリアする対象であることを明確に区別する必要がある。このような場合には、以下のいずれかの方法を採用する。
+- 差分更新(PATCH)API においては、項目が更新対象外であることと、項目が更新してクリアする対象であることを明確に区別する必要がある。このような場合には、以下のいずれかの方法を採用する。
1)項目を文字列として定義し、空値として空文字("")を採用する。
- - floatやint等の数値についても、文字列型として定義することで、項目が `undefined` または `null` であれば「更新対象外」、項目が空文字であれば「更新してクリアする対象」であると判定できる。
- - この場合、空文字はOpenAPIの`format`定義に許容されないため注意が必要である。`format`定義の代わりに、`pattern`に空文字を許容する正規表現を定義する必要がある。
-
-
+
+ - float や int 等の数値についても、文字列型として定義することで、項目が `undefined` または `null` であれば「更新対象外」、項目が空文字であれば「更新してクリアする対象」であると判定できる。
+ - この場合、空文字は OpenAPI の`format`定義に許容されないため注意が必要である。`format`定義の代わりに、`pattern`に空文字を許容する正規表現を定義する必要がある。
+
+
2)カスタムモデルを使用する
- - APIで受け取るデータをデシリアライズする際に、`undefined` と `null` を区別できるようなカスタムモデルを作成すると、1)のように数値を文字列型として扱う必要がなく、OpenAPIの`format` 定義を使用することも可能である。
- - この場合、OpenAPIからの自動生成モデルにはカスタマイズが必要となる。
- - カスタムモデルの例 (参照元: [技術ブログ](https://future-architect.github.io/articles/20211028b/#プログラムの観点))
+ - API で受け取るデータをデシリアライズする際に、`undefined` と `null` を区別できるようなカスタムモデルを作成すると、1)のように数値を文字列型として扱う必要がなく、OpenAPI の`format` 定義を使用することも可能である。
+ - この場合、OpenAPI からの自動生成モデルにはカスタマイズが必要となる。
+ - カスタムモデルの例 (参照元: [技術ブログ](https://future-architect.github.io/articles/20211028b/#プログラムの観点))
#### 各言語による表現の違い
@@ -285,145 +597,145 @@ servers:
// Deserialize
decoder.Decode(&v)
fmt.Printf("After decoded: %#v\n", v)
- ```
-
- - シリアライズ後のjsonを見ると、値がセットされない場合には、項目にゼロ値(ポインタ型は`nil`, string型は空文字、int型は`0`)が入っている。
- - 項目がゼロ値の場合に`omitempty` が付与されていると、 項目ごと除外されている(`undefined` となっている)。
-
- ```json
- {
- "not_nullable_string_1": "value",
- "not_nullable_string_2": "",
- "nullable_string_1": null,
- "nullable_string_3": null,
- "not_nullable_int_1": 1,
- "not_nullable_int_2": 0,
- "nullable_int_1": null,
- "nullable_int_3": null
- }
- ```
- - デシリアライズ後の構造体を見ると、jsonの項目が`undefined`であっても `null` であっても、`nil` として保持されている。
+````
+
+- シリアライズ後のjsonを見ると、値がセットされない場合には、項目にゼロ値(ポインタ型は`nil`, string型は空文字、int型は`0`)が入っている。
+- 項目がゼロ値の場合に`omitempty` が付与されていると、 項目ごと除外されている(`undefined` となっている)。
+
+```json
+ {
+ "not_nullable_string_1": "value",
+ "not_nullable_string_2": "",
+ "nullable_string_1": null,
+ "nullable_string_3": null,
+ "not_nullable_int_1": 1,
+ "not_nullable_int_2": 0,
+ "nullable_int_1": null,
+ "nullable_int_3": null
+ }
+````
+
+- デシリアライズ後の構造体を見ると、json の項目が`undefined`であっても `null` であっても、`nil` として保持されている。
+
+```go
+ After decoded:
+ Data{
+ NotNullableString1:"value",
+ NotNullableString2:"",
+ NullableString1:(*string)(nil),
+ NullableString2:(*string)(nil),
+ NullableString3:(*string)(nil),
+ NullableString4:(*string)(nil),
+ NotNullableInt1:1,
+ NotNullableInt2:0,
+ NullableInt1:(*int64)(nil),
+ NullableInt2:(*int64)(nil),
+ NullableInt3:(*int64)(nil),
+ NullableInt4:(*int64)(nil)
+ }
+```
- ```go
- After decoded:
- Data{
- NotNullableString1:"value",
- NotNullableString2:"",
- NullableString1:(*string)(nil),
- NullableString2:(*string)(nil),
- NullableString3:(*string)(nil),
- NullableString4:(*string)(nil),
- NotNullableInt1:1,
- NotNullableInt2:0,
- NullableInt1:(*int64)(nil),
- NullableInt2:(*int64)(nil),
- NullableInt3:(*int64)(nil),
- NullableInt4:(*int64)(nil)
- }
- ```
-
Java
+- Java の場合、`int` や `double` などのプリミティブ型は `null` になれないため、`nullable` にするためには、それぞれのラッパークラスである参照型(`Integer`, `Double` など)を使用する必要がある。
+- json にシリアライズ後に`null` の項目を保持するか否かは、例えば、[Jackson ライブラリ](https://github.com/FasterXML)を用いて以下のように区別される。
+
+```java
+ public class Data {
+ public Data(){};
+ public Data(String str1, String str2, int notNullableInt){
+ this.nullableString1 = str1;
+ this.nullableString2 = str2;
+ this.notNullableInt = notNullableInt;
+ };
+ @JsonInclude(JsonInclude.Include.ALWAYS)
+ private String nullableString1;
+
+ @JsonInclude(JsonInclude.Include.NON_NULL)
+ private String nullableString2;
+
+ private int notNullableInt;
+
+ // Setters
+ public void setNullableString1(String nullableString1) {
+ this.nullableString1 = nullableString1;
+ }
+ public void setNullableString2(String nullableString2) {
+ this.nullableString2 = nullableString2;
+ }
+ public void setNotNullableInt(int notNullableInt) {
+ this.notNullableInt = notNullableInt;
+ }
+ // Getters
+ public String getNullableString1() {
+ return nullableString1;
+ }
+ public String getNullableString2() {
+ return nullableString2;
+ }
+ public int getNotNullableInt() {
+ return notNullableInt;
+ }
+ }
+```
- - Javaの場合、`int` や `double` などのプリミティブ型は `null` になれないため、`nullable` にするためには、それぞれのラッパークラスである参照型(`Integer`, `Double` など)を使用する必要がある。
- - jsonにシリアライズ後に`null` の項目を保持するか否かは、例えば、[Jacksonライブラリ](https://github.com/FasterXML)を用いて以下のように区別される。
-
-
- ```java
- public class Data {
- public Data(){};
- public Data(String str1, String str2, int notNullableInt){
- this.nullableString1 = str1;
- this.nullableString2 = str2;
- this.notNullableInt = notNullableInt;
- };
- @JsonInclude(JsonInclude.Include.ALWAYS)
- private String nullableString1;
-
- @JsonInclude(JsonInclude.Include.NON_NULL)
- private String nullableString2;
-
- private int notNullableInt;
-
- // Setters
- public void setNullableString1(String nullableString1) {
- this.nullableString1 = nullableString1;
- }
- public void setNullableString2(String nullableString2) {
- this.nullableString2 = nullableString2;
- }
- public void setNotNullableInt(int notNullableInt) {
- this.notNullableInt = notNullableInt;
- }
- // Getters
- public String getNullableString1() {
- return nullableString1;
- }
- public String getNullableString2() {
- return nullableString2;
- }
- public int getNotNullableInt() {
- return notNullableInt;
- }
- }
- ```
-
- ```java
- // Set nothing to the fields.
- Data dataWithNothing = new Data();
- // Set intial values to the fields.
- Data dataWithInitialValues = new Data(null,null,0);
- // Set values to the fields.
- Data dataWithValues = new Data("","",1);
-
- List dataList = Arrays.asList(dataWithNothing, dataWithInitialValues, dataWithValues);
- ObjectMapper mapper = new ObjectMapper();
- for(Data d : dataList){
- // Serialize
- String json = mapper.writeValueAsString(d);
- System.out.println(json);
-
- // Deserialize
- Data deserialized = mapper.readValue(json, Data.class);
- System.out.println(ToStringBuilder.reflectionToString(deserialized, ToStringStyle.SHORT_PREFIX_STYLE));
- }
- ```
-
- - シリアライズ後のjsonを見ると、参照型`String`の初期値は`null`、プリミティブ型`int`の初期値は`0`となっている。
- - `@JsonInclude(JsonInclude.Include.ALWAYS)` アノテーションを付与した項目は、値が`null`の場合でも項目が保持される。
- - `@JsonInclude(JsonInclude.Include.NON_NULL)` アノテーションを付与した項目は、値が`null`の場合には項目ごと除外されている(`undefined`となっている)。
-
- ```json
- {
- "nullableString1": null,
- "notNullableInt": 0
- }
+```java
+ // Set nothing to the fields.
+ Data dataWithNothing = new Data();
+ // Set intial values to the fields.
+ Data dataWithInitialValues = new Data(null,null,0);
+ // Set values to the fields.
+ Data dataWithValues = new Data("","",1);
+
+ List dataList = Arrays.asList(dataWithNothing, dataWithInitialValues, dataWithValues);
+ ObjectMapper mapper = new ObjectMapper();
+ for(Data d : dataList){
+ // Serialize
+ String json = mapper.writeValueAsString(d);
+ System.out.println(json);
+
+ // Deserialize
+ Data deserialized = mapper.readValue(json, Data.class);
+ System.out.println(ToStringBuilder.reflectionToString(deserialized, ToStringStyle.SHORT_PREFIX_STYLE));
+ }
+```
- {
- "nullableString1": null,
- "notNullableInt": 0
- }
+- シリアライズ後の json を見ると、参照型`String`の初期値は`null`、プリミティブ型`int`の初期値は`0`となっている。
+- `@JsonInclude(JsonInclude.Include.ALWAYS)` アノテーションを付与した項目は、値が`null`の場合でも項目が保持される。
+- `@JsonInclude(JsonInclude.Include.NON_NULL)` アノテーションを付与した項目は、値が`null`の場合には項目ごと除外されている(`undefined`となっている)。
+
+```json
+ {
+ "nullableString1": null,
+ "notNullableInt": 0
+ }
+
+ {
+ "nullableString1": null,
+ "notNullableInt": 0
+ }
+
+ {
+ "nullableString1": "",
+ "nullableString2": "",
+ "notNullableInt": 1
+ }
+```
- {
- "nullableString1": "",
- "nullableString2": "",
- "notNullableInt": 1
- }
- ```
+- デシリアライズ後のオブジェクトを見ると、json の項目が`undefined`であっても `null` であっても、`null` として保持されている。
- - デシリアライズ後のオブジェクトを見ると、jsonの項目が`undefined`であっても `null` であっても、`null` として保持されている。
-
- ```java
- Data[nullableString1=,nullableString2=,notNullableInt=0]
+```java
+ Data[nullableString1=,nullableString2=,notNullableInt=0]
- Data[nullableString1=,nullableString2=,notNullableInt=0]
+ Data[nullableString1=,nullableString2=,notNullableInt=0]
+
+ Data[nullableString1=,nullableString2=,notNullableInt=1]
+```
- Data[nullableString1=,nullableString2=,notNullableInt=1]
- ```
@@ -462,38 +774,49 @@ servers:
console.log(deserialized)
```
- - シリアライズ後のjsonを見ると、`undefined`定義した項目は除外されている。
-
- ```json
- {
- "nullable_string1": "value1",
- "nullable_string2": "",
- "nullable_string3": null,
- "nullable_num1": 1,
- "nullable_num2": 0,
- "nullable_num3": null
- }
- ```
-
- - デシリアライズ後のオブジェクトを見ると、jsonの項目が`null` の場合にのみ`null` として保持されており、項目のない場合と区別されている。
+- シリアライズ後のjsonを見ると、`undefined`定義した項目は除外されている。
+
+```json
+{
+ "nullable_string1": "value1",
+ "nullable_string2": "",
+ "nullable_string3": null,
+ "nullable_num1": 1,
+ "nullable_num2": 0,
+ "nullable_num3": null
+}
+```
- ```typescript
- nullable_string1: "value1"
- nullable_string2: ""
- nullable_string3: null
- nullable_num1: 1
- nullable_num2: 0
- nullable_num3: null
- ```
+- デシリアライズ後のオブジェクトを見ると、json の項目が`null` の場合にのみ`null` として保持されており、項目のない場合と区別されている。
+
+```typescript
+nullable_string1: "value1";
+nullable_string2: "";
+nullable_string3: null;
+nullable_num1: 1;
+nullable_num2: 0;
+nullable_num3: null;
+```
-#### 参照リンク
+## ファイル単位
-- `undefined` と `null` の使い方について詳細な解説は、[技術ブログ記事](https://future-architect.github.io/articles/20211028b/)を参照されたい。
-- OpenAPI定義をDB定義に対応させることにより、異なるAPI間で整合のとれた処理設計をすることがのぞましい。DB定義とOpenAPI定義の対応例は、[DB定義とOpenAPI定義のマッピング](./reference/DB_OpenAPI_Mapping_Example.md)を参照されたい。
+OpenAPI ドキュメントは単一のファイルで構成することも複数の分割されたファイルで構成することもできるが、**複数のファイルに分割する**ことを推奨する。
+理由は下記の通りである。
+
+- XXX
+- XXX
+(相談事項)
+- 分割のパターンがあるのであれば、いくつかケースに応じてパターン分けして記載する。
+- ファイルの命名についてもここで触れる
+
+#### 参照リンク
+
+- `undefined` と `null` の使い方について詳細な解説は、[技術ブログ記事](https://future-architect.github.io/articles/20211028b/)を参照されたい。
+- OpenAPI 定義を DB 定義に対応させることにより、異なる API 間で整合のとれた処理設計をすることがのぞましい。DB 定義と OpenAPI 定義の対応例は、[DB 定義と OpenAPI 定義のマッピング](./reference/DB_OpenAPI_Mapping_Example.md)を参照されたい。
# 各種ツール、サービスとの統合