Skip to content

Commit

Permalink
example_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raad Al-Husban committed Jan 22, 2024
1 parent 2626432 commit 75f9392
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,22 @@ example: |-
"type": [
"TSCACertification"
],
"certificationType": "Positive",
"certifierDetails": {
"type": ["Organization"],
"type": [
"Organization"
],
"id": "did:key:z6MkjR12D3456sn2yBAyqj5gqckDjvyAbNSusehsxtkvknfa",
"name": "Chemical Import Co",
"description": "Specialist in importing and distributing chemical products",
"location": {
"type": ["Place"],
"type": [
"Place"
],
"address": {
"type": ["PostalAddress"],
"type": [
"PostalAddress"
],
"streetAddress": "123 Industry Blvd",
"addressLocality": "Chemtown",
"addressRegion": "CA",
Expand All @@ -115,5 +122,5 @@ example: |-
"email": "[email protected]",
"phoneNumber": "+1-555-123-4567"
}
}
}
}
}

0 comments on commit 75f9392

Please sign in to comment.