Skip to content

Commit 58ed264

Browse files
committed
docs(api): documented ILGS contract type
1 parent 51bb0f9 commit 58ed264

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3477,7 +3477,7 @@ components:
34773477
- $ref: '#/components/schemas/ILGSv1 Span'
34783478
- type: 'null'
34793479
description: The span defining the title of the document or `null` if the
3480-
document has no title.
3480+
document has no title or its title cannot be resolved.
34813481
examples:
34823482
- start: 0
34833483
end: 30
@@ -3486,7 +3486,7 @@ components:
34863486
- $ref: '#/components/schemas/ILGSv1 Span'
34873487
- type: 'null'
34883488
description: The span defining the subtitle of the document or `null` if
3489-
the document has no subtitle.
3489+
the document has no subtitle or its subtitle cannot be resolved.
34903490
examples:
34913491
- start: 116
34923492
end: 133
@@ -3514,6 +3514,9 @@ components:
35143514
judgments, judicial opinions, and tribunal rulings.
35153515
35163516
3517+
`contract` denotes contracts, covenants, and agreements.
3518+
3519+
35173520
`other` is used for all other types of legal documents that do not fit
35183521
into any of the predefined types.'
35193522
examples:

0 commit comments

Comments
 (0)