github-actions[bot] commited on
Commit
dba254b
·
1 Parent(s): 36cfd9d

Auto-sync from demo at Mon Nov 10 06:55:13 UTC 2025

Browse files
graphgen/templates/extraction/schemas/legal_contract.json CHANGED
@@ -4,53 +4,43 @@
4
  "description": "A legal contract for leasing property.",
5
  "properties": {
6
  "leased_space": {
7
- "type": "array",
8
- "items": {"type": "string"},
9
  "description": "Description of the space that is being leased."
10
  },
11
  "lessee": {
12
- "type": "array",
13
- "items": {"type": "string"},
14
  "description": "The lessee's name (and possibly address)."
15
  },
16
  "lessor": {
17
- "type": "array",
18
- "items": {"type": "string"},
19
  "description": "The lessor's name (and possibly address)."
20
  },
21
  "signing_date": {
22
- "type": "array",
23
- "items": {"type": "string"},
24
  "description": "The date the contract was signed."
25
  },
26
  "start_date": {
27
- "type": "array",
28
- "items": {"type": "string"},
29
  "description": "The start date of the lease."
30
  },
31
  "end_date": {
32
- "type": "array",
33
- "items": {"type": "string"},
34
  "description": "The end date of the lease."
35
  },
36
  "term_of_payment": {
37
- "type": "array",
38
- "items": {"type": "string"},
39
  "description": "Description of the payment terms."
40
  },
41
  "designated_use": {
42
- "type": "array",
43
- "items": {"type": "string"},
44
  "description": "Designated use of the property being leased."
45
  },
46
  "extension_period": {
47
- "type": "array",
48
- "items": {"type": "string"},
49
  "description": "Description of the extension options for the lease."
50
  },
51
  "expiration_date_of_lease": {
52
- "type": "array",
53
- "items": {"type": "string"},
54
  "description": "The expiration date of the lease."
55
  }
56
  },
 
4
  "description": "A legal contract for leasing property.",
5
  "properties": {
6
  "leased_space": {
7
+ "type": "string",
 
8
  "description": "Description of the space that is being leased."
9
  },
10
  "lessee": {
11
+ "type": "string",
 
12
  "description": "The lessee's name (and possibly address)."
13
  },
14
  "lessor": {
15
+ "type": "string",
 
16
  "description": "The lessor's name (and possibly address)."
17
  },
18
  "signing_date": {
19
+ "type": "string",
 
20
  "description": "The date the contract was signed."
21
  },
22
  "start_date": {
23
+ "type": "string",
 
24
  "description": "The start date of the lease."
25
  },
26
  "end_date": {
27
+ "type": "string",
 
28
  "description": "The end date of the lease."
29
  },
30
  "term_of_payment": {
31
+ "type": "string",
 
32
  "description": "Description of the payment terms."
33
  },
34
  "designated_use": {
35
+ "type": "string",
 
36
  "description": "Designated use of the property being leased."
37
  },
38
  "extension_period": {
39
+ "type": "string",
 
40
  "description": "Description of the extension options for the lease."
41
  },
42
  "expiration_date_of_lease": {
43
+ "type": "string",
 
44
  "description": "The expiration date of the lease."
45
  }
46
  },
graphgen/templates/extraction/schemas/protein.json ADDED
File without changes