Skip to content

Commit

Permalink
Update sanitations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e19166 authored Aug 21, 2024
1 parent 848c945 commit cf6a2b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/spec/sanitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These changes are done in order to improve the overall usability, and as workaro
- oneOf:
- $ref: "#/components/schemas/CreateTranslationResponseJson"
- $ref: "#/components/schemas/CreateTranslationResponseVerboseJson"
```
```

- **Updated**:
- Created a new `schema` in the `components` field and added the reference in the `/audio/transcription` path definition
Expand All @@ -47,7 +47,7 @@ These changes are done in order to improve the overall usability, and as workaro
- oneOf:
- $ref: "#/components/schemas/CreateTranscriptionResponseJson"
- $ref: "#/components/schemas/CreateTranscriptionResponseVerboseJson"
```
```

- Created a new `schema` in the `components` field and added the reference in the `/audio/translation` path definition
```bash
Expand All @@ -57,7 +57,7 @@ These changes are done in order to improve the overall usability, and as workaro
- oneOf:
- $ref: "#/components/schemas/CreateTranslationResponseJson"
- $ref: "#/components/schemas/CreateTranslationResponseVerboseJson"
```
```

- **Reason**: This modification has been implemented to enhance the readability and user-friendliness of record naming conventions.

Expand Down

0 comments on commit cf6a2b4

Please sign in to comment.