You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/legal_contract.fdd
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,11 @@
5
5
"https://www.w3.org/2018/credentials/v1",
6
6
"https://www.w3.org/2018/credentials/examples/v1"
7
7
],
8
-
"type": ["VerifiableCredential"],
9
-
"issuer": "did:web:hartwell-law.example",
10
-
"issuanceDate": "2026-04-11T00:00:00Z",
8
+
"type": [
9
+
"VerifiableCredential"
10
+
],
11
+
"issuer": "did:web:spuds0588.github.io:open-fdd",
12
+
"issuanceDate": "2026-04-12T04:28:27.888Z",
11
13
"credentialSubject": {
12
14
"documentTitle": "Consulting Services Agreement",
13
15
"documentId": "HSL-2026-0041",
@@ -29,18 +31,34 @@
29
31
"compensation": "$8,500/month retainer, billed on the 1st of each month. Hourly overage rate: $450/hour.",
30
32
"governingLaw": "State of Illinois",
31
33
"clauses": [
32
-
{ "number": "1", "title": "Term", "text": "This Agreement shall commence on the Effective Date and continue for one (1) year unless terminated earlier." },
33
-
{ "number": "2", "title": "Confidentiality", "text": "Both parties agree to maintain the confidentiality of all proprietary information disclosed during the engagement." },
34
-
{ "number": "3", "title": "Termination", "text": "Either party may terminate this Agreement with thirty (30) days written notice." },
35
-
{ "number": "4", "title": "Governing Law", "text": "This Agreement shall be governed by the laws of the State of Illinois." }
34
+
{
35
+
"number": "1",
36
+
"title": "Term",
37
+
"text": "This Agreement shall commence on the Effective Date and continue for one (1) year unless terminated earlier."
38
+
},
39
+
{
40
+
"number": "2",
41
+
"title": "Confidentiality",
42
+
"text": "Both parties agree to maintain the confidentiality of all proprietary information disclosed during the engagement."
43
+
},
44
+
{
45
+
"number": "3",
46
+
"title": "Termination",
47
+
"text": "Either party may terminate this Agreement with thirty (30) days written notice."
48
+
},
49
+
{
50
+
"number": "4",
51
+
"title": "Governing Law",
52
+
"text": "This Agreement shall be governed by the laws of the State of Illinois."
0 commit comments