diff --git a/api/_build/openapi.yaml b/api/_build/openapi.yaml index e096beb..d7a6fac 100644 --- a/api/_build/openapi.yaml +++ b/api/_build/openapi.yaml @@ -550,20 +550,13 @@ components: required: - id - name - Tag: - description: 'A localized tag: keys are language codes (ISO 639-1), values are tag names' - type: object - example: - en: Shojo - ru: Сёдзё - ja: 少女 - additionalProperties: - type: string Tags: description: Array of localized tags type: array items: - $ref: '#/components/schemas/Tag' + type: object + additionalProperties: + type: string example: - en: Shojo ru: Сёдзё