Skip to content

Commit

Permalink
fix: person schema for issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Sep 25, 2023
1 parent da853d2 commit 11b8fec
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ properties:
type: string
enum:
- Person
id:
title: Identifier
description: Identifier of the issuer such as a url or DID
type: string
format: uri
id:
title: Identifier
description: Identifier of the issuer such as a url or DID
type: string
format: uri
firstName:
title: First Name
description: Person's first name.
Expand Down Expand Up @@ -189,6 +189,15 @@ properties:
required:
- type
- id
additionalProperties: false
required:
- type
- id
- firstName
- lastName
- jobTitle
- email
- worksFor
credentialSchema:
type: object
properties:
Expand Down

0 comments on commit 11b8fec

Please sign in to comment.