We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f69b5 commit 912508cCopy full SHA for 912508c
1 file changed
graphgen/templates/extraction/schemas/legal_contract.json
@@ -3,11 +3,6 @@
3
"name": "legal contract",
4
"description": "A legal contract for leasing property.",
5
"properties": {
6
- "end_date": {
7
- "type": "array",
8
- "items": {"type": "string"},
9
- "description": "The end date of the lease."
10
- },
11
"leased_space": {
12
"type": "array",
13
"items": {"type": "string"},
@@ -33,6 +28,11 @@
33
28
34
29
"description": "The start date of the lease."
35
30
},
31
+ "end_date": {
32
+ "type": "array",
+ "items": {"type": "string"},
+ "description": "The end date of the lease."
+ },
36
"term_of_payment": {
37
38
0 commit comments