added missing uuid

This commit is contained in:
JasonLandbridge
2025-11-29 12:01:14 +01:00
parent e75c009337
commit 017fa9e1b4

View File

@@ -14487,6 +14487,9 @@ components:
type: string type: string
LibrarySection: LibrarySection:
type: object type: object
required:
- uuid
- language
properties: properties:
title: title:
$ref: '#/components/schemas/Title' $ref: '#/components/schemas/Title'
@@ -14517,6 +14520,10 @@ components:
$ref: '#/components/schemas/Key' $ref: '#/components/schemas/Key'
language: language:
type: string type: string
uuid:
type: string
description: "The universally unique identifier for the library."
example: "e69655a2-ef48-4aba-bb19-d3cc3401e7d6"
Location: Location:
type: array type: array
items: items: