Skip to content

Commit 912508c

Browse files
docs: update example data
1 parent c4f69b5 commit 912508c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

graphgen/templates/extraction/schemas/legal_contract.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"name": "legal contract",
44
"description": "A legal contract for leasing property.",
55
"properties": {
6-
"end_date": {
7-
"type": "array",
8-
"items": {"type": "string"},
9-
"description": "The end date of the lease."
10-
},
116
"leased_space": {
127
"type": "array",
138
"items": {"type": "string"},
@@ -33,6 +28,11 @@
3328
"items": {"type": "string"},
3429
"description": "The start date of the lease."
3530
},
31+
"end_date": {
32+
"type": "array",
33+
"items": {"type": "string"},
34+
"description": "The end date of the lease."
35+
},
3636
"term_of_payment": {
3737
"type": "array",
3838
"items": {"type": "string"},

0 commit comments

Comments
 (0)