Skip to content

Commit

Permalink
fix: update example to match schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Sep 25, 2023
1 parent 11b8fec commit 9212c68
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@ properties:
required:
- type
- id
additionalProperties: false
required:
- type
- id
- firstName
- lastName
- jobTitle
- email
- worksFor
additionalProperties: false
required:
- type
- id
- firstName
- lastName
- jobTitle
- email
- worksFor
credentialSchema:
type: object
properties:
Expand Down Expand Up @@ -710,13 +710,14 @@ example: |-
"issuanceDate": "2023-01-01T20:29:37+00:00",
"expirationDate": "2023-12-31T20:29:37+00:00",
"issuer": {
"type": [ "Person" ],
"id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
"firstName": "John",
"lastName": "Doe",
"jobTitle": "Legal Assistant",
"email": "[email protected]",
"phoneNumber": "555-867-5309",
"worksFor": {
"worksFor" : {
"type": [
"Organization"
],
Expand Down

0 comments on commit 9212c68

Please sign in to comment.