Skip to content

Commit

Permalink
Update typescript model
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-user committed Nov 6, 2024
1 parent 076259e commit 6e5973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export interface Person {
/**
* Role, relationship or activity related to the person.
*/
title: string;
title?: string;
description?: string;
/**
* Person's birth date in format yyyy-mm-dd
Expand Down

0 comments on commit 6e5973d

Please sign in to comment.