Skip to content

Commit 5ca30d9

Browse files
committed
feat(api): add a text field
1 parent 6a32f97 commit 5ca30d9

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,12 @@ paths:
731731
- index: 0
732732
document:
733733
version: ilgs@1
734+
text: '[42] The U.S. Attorney General, Mr. McGill, argued
735+
at ¶ 21 of the Filing that "§ 206 of Title 29 of the U.S.
736+
Code (the "Labor Title") does not apply to the plaintiff,
737+
Ms. Moody, given the definition of an "employee" at §203(e)(4)
738+
of the Labor Title does not include volunteers, and, regardless,
739+
she lives in Austria."'
734740
title: null
735741
subtitle: null
736742
type: other
@@ -1709,6 +1715,11 @@ components:
17091715
code units instead of Unicode code points).'
17101716
examples:
17111717
- version: ilgs@1
1718+
text: '[42] The U.S. Attorney General, Mr. McGill, argued at ¶ 21 of the
1719+
Filing that "§ 206 of Title 29 of the U.S. Code (the "Labor Title")
1720+
does not apply to the plaintiff, Ms. Moody, given the definition of
1721+
an "employee" at §203(e)(4) of the Labor Title does not include volunteers,
1722+
and, regardless, she lives in Austria."'
17121723
title: null
17131724
subtitle: null
17141725
type: other
@@ -1829,6 +1840,11 @@ components:
18291840
- index: 0
18301841
document:
18311842
version: ilgs@1
1843+
text: '[42] The U.S. Attorney General, Mr. McGill, argued at ¶ 21 of the
1844+
Filing that "§ 206 of Title 29 of the U.S. Code (the "Labor Title")
1845+
does not apply to the plaintiff, Ms. Moody, given the definition of
1846+
an "employee" at §203(e)(4) of the Labor Title does not include volunteers,
1847+
and, regardless, she lives in Austria."'
18321848
title: null
18331849
subtitle: null
18341850
type: other
@@ -1962,6 +1978,11 @@ components:
19621978
- index: 0
19631979
document:
19641980
version: ilgs@1
1981+
text: '[42] The U.S. Attorney General, Mr. McGill, argued at ¶ 21 of the
1982+
Filing that "§ 206 of Title 29 of the U.S. Code (the "Labor Title") does
1983+
not apply to the plaintiff, Ms. Moody, given the definition of an "employee"
1984+
at §203(e)(4) of the Labor Title does not include volunteers, and, regardless,
1985+
she lives in Austria."'
19651986
title: null
19661987
subtitle: null
19671988
type: other
@@ -3396,6 +3417,15 @@ components:
33963417
end: 5223
33973418
ILGSv1Document:
33983419
properties:
3420+
text:
3421+
type: string
3422+
description: The text of the document.
3423+
examples:
3424+
- '[42] The U.S. Attorney General, Mr. McGill, argued at ¶ 21 of the Filing
3425+
that "§ 206 of Title 29 of the U.S. Code (the "Labor Title") does not
3426+
apply to the plaintiff, Ms. Moody, given the definition of an "employee"
3427+
at §203(e)(4) of the Labor Title does not include volunteers, and, regardless,
3428+
she lives in Austria."'
33993429
title:
34003430
oneOf:
34013431
- $ref: '#/components/schemas/ILGSv1 Span'
@@ -3714,6 +3744,7 @@ components:
37143744
const: ilgs@1
37153745
type: object
37163746
required:
3747+
- text
37173748
- title
37183749
- subtitle
37193750
- type
@@ -3737,6 +3768,11 @@ components:
37373768
description: The enriched document.
37383769
examples:
37393770
- version: ilgs@1
3771+
text: '[42] The U.S. Attorney General, Mr. McGill, argued at ¶ 21 of the Filing
3772+
that "§ 206 of Title 29 of the U.S. Code (the "Labor Title") does not apply
3773+
to the plaintiff, Ms. Moody, given the definition of an "employee" at §203(e)(4)
3774+
of the Labor Title does not include volunteers, and, regardless, she lives
3775+
in Austria."'
37403776
title: null
37413777
subtitle: null
37423778
type: other

0 commit comments

Comments
 (0)