Skip to content

Commit

Permalink
[trivial] fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 9, 2018
1 parent 6743faf commit 9056b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/context/person-name.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"xdm:firstName": {
"title": "First name",
"type": "string",
"description": "The first segment of the name in the writing order most commonly accepted in the language of the name. In many cultures this is the preferred personal or given name.\n\nThe `firstName` and `lastName` properties have been introduced to maintain compatibility with existing systems that model names in a simplified, non-semantic, and non-internationalizable way. Using `xdm:fullName` is always preferable."
"description":
"The first segment of the name in the writing order most commonly accepted in the language of the name. In many cultures this is the preferred personal or given name.\n\nThe `firstName` and `lastName` properties have been introduced to maintain compatibility with existing systems that model names in a simplified, non-semantic, and non-internationalizable way. Using `xdm:fullName` is always preferable."
},
"xdm:lastName": {
"title": "Last name",
Expand Down

0 comments on commit 9056b22

Please sign in to comment.