Update yaml keys to camelCase

This commit is contained in:
advplyr 2024-04-20 14:55:57 -05:00
parent ca7eaf9750
commit 8e6ead59ce
4 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@ components:
description: The ID of the author.
format: uuid
example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b
authorASIN:
authorAsin:
type: string
description: The Audible identifier (ASIN) of the author. Will be null if unknown. Not the Amazon identifier.
nullable: true
@ -34,7 +34,7 @@ components:
id:
$ref: '#/components/schemas/authorId'
asin:
$ref: '#/components/schemas/authorASIN'
$ref: '#/components/schemas/authorAsin'
name:
$ref: '#/components/schemas/authorName'
description: