Skip to content

Commit

Permalink
feat(Person): Add example to Person schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 28, 2021
1 parent a01b3b3 commit 2e17892
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema/Person.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,12 @@ properties:
type: array
items:
type: string
examples:
- type: Person
honorificPrefix: Dr
givenNames:
- Marie
- Skłodowska
familyNames:
- Curie
honorificSuffix: PhD

0 comments on commit 2e17892

Please sign in to comment.