Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 25, 2024 12:16
Show Gist options
  • Save bjoerntx/921e40e1e4f4b3077b7036c3ad8fe982 to your computer and use it in GitHub Desktop.
Save bjoerntx/921e40e1e4f4b3077b7036c3ad8fe982 to your computer and use it in GitHub Desktop.
[
{
"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