Skip to content

Commit 00bb376

Browse files
committed
docs(api): improve explanation of extractable dates
1 parent f8e6c40 commit 00bb376

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

openapi.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,13 +2260,14 @@ components:
22602260
- person
22612261
- mentions
22622262
title: ILGSv1 Date
2263-
description: 'A date identified in a document belonging to one of the following
2264-
types: `creation`, `signature`, `effective`, `expiry`, `delivery`, `renewal`,
2265-
`payment`, `birth`, or `death`.
2263+
description: 'An array of dates identified in the document belonging to one
2264+
of the following types: `creation`, `signature`, `effective`, `expiry`, `delivery`,
2265+
`renewal`, `payment`, `birth`, or `death`.
22662266
22672267
2268-
Only Gregorian dates between the years 1000 and 9999 (inclusive) fitting into
2269-
one of the supported date types are extractable.'
2268+
Only full Gregorian dates (i.e., including a day, month, and year) between
2269+
the years 1000 and 9999 (inclusive) fitting into one of the supported date
2270+
types are extractable.'
22702271
examples:
22712272
- value: '2028-01-01'
22722273
type: signature
@@ -3778,8 +3779,9 @@ components:
37783779
`delivery`, `renewal`, `payment`, `birth`, or `death`.
37793780
37803781
3781-
Only Gregorian dates between the years 1000 and 9999 (inclusive) fitting
3782-
into one of the supported date types are extractable.'
3782+
Only full Gregorian dates (i.e., including a day, month, and year) between
3783+
the years 1000 and 9999 (inclusive) fitting into one of the supported
3784+
date types are extractable.'
37833785
examples:
37843786
- - value: '2028-01-01'
37853787
type: signature

0 commit comments

Comments
 (0)