Skip to content

Commit f8e6c40

Browse files
committed
feat(api): note title requirement for subtitle
1 parent dad1a86 commit f8e6c40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3497,7 +3497,8 @@ components:
34973497
- $ref: '#/components/schemas/ILGSv1 Span'
34983498
- type: 'null'
34993499
description: The span defining the subtitle of the document or `null` if
3500-
the document has no subtitle or its subtitle cannot be resolved.
3500+
the document has no subtitle, its subtitle cannot be resolved, or has
3501+
no `title`. The document must have a `title` for it to have a `subtitle`.
35013502
examples:
35023503
- start: 116
35033504
end: 133

0 commit comments

Comments
 (0)