Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
fix(Person): Rename ssv to ssi codec
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Aug 21, 2019
1 parent 60cc14f commit d9a6291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/Person.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ properties:
description: Family name. In the U.S., the last name of a person.
$comment: This can be used along with givenName instead of the name property.
allOf:
- codec: ssv
- codec: ssi
- type: array
items:
type: string
Expand All @@ -59,7 +59,7 @@ properties:
description: Given name. In the U.S., the first name of a person.
$comment: This can be used along with familyName instead of the name property.
allOf:
- codec: ssv
- codec: ssi
- type: array
items:
type: string
Expand Down

0 comments on commit d9a6291

Please sign in to comment.