Created
September 25, 2024 12:16
-
-
Save bjoerntx/921e40e1e4f4b3077b7036c3ad8fe982 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"contract_date": "2020-01-01", | |
"provider": { | |
"name": "Service Provider LLC", | |
"address": "123 Main St, IL 62701 Springfield", | |
"contact": { | |
"name": "John Doe", | |
"title": "CEO" | |
} | |
}, | |
"client": { | |
"name": "Client LLC", | |
"address": "456 Elm St, IL 62701 Springfield", | |
"contact": { | |
"name": "Jane Doe", | |
"title": "CFO" | |
} | |
}, | |
"service": [ | |
{ | |
"type": "Service 1", | |
"detail": "Service 1 details", | |
"start_date": "2020-01-01", | |
"end_date": "2020-12-31", | |
"payment": { | |
"amount": 1000, | |
"terms": "net 30", | |
"frequency": "monthly", | |
"due_days": "30 days", | |
"late_fee": 50 | |
} | |
} | |
], | |
"expense_days": "30 days", | |
"termination": { | |
"notice_days": 30, | |
"cause_days": 30 | |
}, | |
"law": "Illinois", | |
"arbitration_body": "AAA", | |
"section_intellectual_property": { | |
"ownership": "Client", | |
"license": "exclusive" | |
}, | |
"section_indemnification" : {} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment