Lines 13-18
properties:
Link Here
|
13 |
name: |
13 |
name: |
14 |
description: name of the agreement |
14 |
description: name of the agreement |
15 |
type: string |
15 |
type: string |
|
|
16 |
maxLength: 255 |
16 |
description: |
17 |
description: |
17 |
description: description of the agreement |
18 |
description: description of the agreement |
18 |
type: |
19 |
type: |
Lines 21-31
properties:
Link Here
|
21 |
status: |
22 |
status: |
22 |
description: current status of the agreement |
23 |
description: current status of the agreement |
23 |
type: string |
24 |
type: string |
|
|
25 |
maxLength: 80 |
24 |
closure_reason: |
26 |
closure_reason: |
25 |
description: reason of the closure |
27 |
description: reason of the closure |
26 |
type: |
28 |
type: |
27 |
- string |
29 |
- string |
28 |
- "null" |
30 |
- "null" |
|
|
31 |
maxLength: 80 |
29 |
is_perpetual: |
32 |
is_perpetual: |
30 |
description: is the agreement perpetual |
33 |
description: is the agreement perpetual |
31 |
type: boolean |
34 |
type: boolean |
Lines 34-39
properties:
Link Here
|
34 |
type: |
37 |
type: |
35 |
- string |
38 |
- string |
36 |
- "null" |
39 |
- "null" |
|
|
40 |
maxLength: 80 |
37 |
license_info: |
41 |
license_info: |
38 |
description: info about the license |
42 |
description: info about the license |
39 |
type: |
43 |
type: |
40 |
- |
|
|