Skip to content

Commit

Permalink
Use more comprehensive title text
Browse files Browse the repository at this point in the history
Co-authored-by: Satrajit Ghosh <[email protected]>
  • Loading branch information
waxlamp and satra authored Dec 11, 2024
1 parent daa0d70 commit cec33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandischema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ class Person(Contributor):
json_schema_extra={"nskey": "schema"},
)
name: str = Field(
title="Lovelace, Augusta Ada",
title="Use Last, First. Example: Lovelace, Augusta Ada",
description="Use the format: familyname, given names ...",
pattern=NAME_PATTERN,
json_schema_extra={"nskey": "schema"},
Expand Down

0 comments on commit cec33a6

Please sign in to comment.