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