Skip to content

Commit 9bde7f4

Browse files
committed
fix
1 parent 6d84f5d commit 9bde7f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,16 +721,12 @@ API 定義で利用する共通のデータモデルを定義する。定義方
721721

722722
API 共通的なリソースやエラー等のドメインオブジェクトを記載する。
723723

724-
<!-- eslint-disable markdown/no-missing-link-fragments -->
725-
726724
- 名称はアッパーキャメルケースで定義する
727725
- 名称は単数形で定義する
728726
- `type` に複数の型を定義しない
729727
- `type` に `null` は原則指定しない(`null` 値を用いる代わりに、キー自体を含めない)。空更新を行う場合は空文字を利用する
730728
- `allOf`, `anyOf`, `oneOf` は利用しない
731729

732-
<!-- eslint-enable markdown/no-missing-link-fragments -->
733-
734730
良い例:
735731

736732
```yaml

0 commit comments

Comments
 (0)