Skip to content

Commit c4cf2b7

Browse files
docs(api): link to ilgs schema
1 parent 8728985 commit c4cf2b7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-f97414fc062dd07f3ac5066afe3decb2d6bff49ff129c3633096d59d0d28ded9.yml
3-
openapi_spec_hash: 90f19133c18780ddeeebdf9dd741352b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-8cedb48141daf72e4c1a8b29dad13fb1025dd5edad384296be4bd28277b8d7cc.yml
3+
openapi_spec_hash: 306db110474ab42cf13c1ce7cf178cb3
44
config_hash: 9040e7359f066240ad536041fb2c5185

src/isaacus/types/enrichment_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Result(BaseModel):
1919

2020
document: Document
2121
"""
22-
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema
23-
(ILGS).
22+
The document enriched into version 1.0.0 of the
23+
[Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).
2424
2525
All spans in an enriched document graph are indexed into the Unicode code point
2626
space of a source document.

src/isaacus/types/ilgs/v1/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class Document(BaseModel):
2525
"""
26-
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema (ILGS).
26+
The document enriched into version 1.0.0 of the [Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).
2727
2828
All spans in an enriched document graph are indexed into the Unicode code point space of a source document.
2929

0 commit comments

Comments
 (0)