You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This person's self-reported gender identity.
49
49
50
50
givenName:
51
51
title: 'Given Name(s) / First Name(s)'
52
52
type: string
53
-
description: "This person's first name(s) or given name(s), including middle name(s) if any."
53
+
description: This person's first name(s) or given name(s), including middle name(s) if any.
54
54
55
55
id:
56
56
title: ID
57
-
description: 'A unique database identifier for this Person.'
57
+
description: A unique database identifier for this Person.
58
58
59
59
initials:
60
60
title: Initials
61
61
type: string
62
-
description: "This person's initials. If a pseudonym is used for this person, use the initials of the pseudonym rather than their actual initials."
62
+
description: This person's initials. If a pseudonym is used for this person, use the initials of the pseudonym rather than their actual initials.
63
63
64
64
languages:
65
65
title: Languages Spoken
66
66
type: array
67
67
uniqueItems: true
68
-
description: 'A list of the languages that this person speaks. Each item should be a DLx Language object or Database Reference to a Language object, optionally with a few additional properties such as `ageLearned`, etc., Because the DLx Language object consists minimally of just the language name, not all details about the language need to be provided here.'
68
+
description: A list of the languages that this person speaks. Each item should be a DLx Language object or Database Reference to a Language object, optionally with a few additional properties such as `ageLearned`, etc., Because the DLx Language object consists minimally of just the language name, not all details about the language need to be provided here.
69
69
items:
70
70
title: Proficiency
71
-
description: "Information about this person's proficiency in this language."
71
+
description: Information about this person's proficiency in this language.
72
72
type: object
73
73
properties:
74
74
75
75
ageLearned:
76
76
title: Age Learned
77
77
type: integer
78
78
minimum: 0
79
-
description: 'The age at which this person learned this language.'
79
+
description: The age at which this person learned this language.
80
80
81
81
notes:
82
82
title: Notes
83
83
type: array
84
84
uniqueItems: true
85
-
description: "Notes about this person's use of this language."
85
+
description: Notes about this person's use of this language.
description: 'The date a person began work on a project, a language documentation, the transcription of a text, or another form of data collection or research. This field is most useful when the Person object is being used as part of the `Language.people` and `Text.people` fields.'
131
+
description: The date a person began work on a project, a language documentation, the transcription of a text, or another form of data collection or research. This field is most useful when the Person object is being used as part of the `Language.people` and `Text.people` fields.
132
132
oneOf:
133
133
- format: date
134
134
- format: date-time
135
135
136
136
endDate:
137
137
title: End Date
138
138
type: string
139
-
description: 'The date a person finished work on a project, a language documentation, the transcription of a text, or another form of data collection or research. This field is most useful when the Person object is being used as part of the `Language.people` and `Text.people` fields.'
139
+
description: The date a person finished work on a project, a language documentation, the transcription of a text, or another form of data collection or research. This field is most useful when the Person object is being used as part of the `Language.people` and `Text.people` fields.
0 commit comments