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: 'An object containing information about a media file. The file itself should be stored at the URL indicated in the `mediaURL` field. Media files generally contain primary data. Examples might include audio/video recordings, scans of archival materials, photos taken during fieldwork, or scans of field notes.'
6
+
description: An object containing information about a media file. The file itself should be stored at the URL indicated in the `mediaURL` field. Media files generally contain primary data. Examples might include audio/video recordings, scans of archival materials, photos taken during fieldwork, or scans of field notes.
description: 'A database reference to the person who created/recorded this media file (not necessarily the person speaking in the file).'
37
+
description: A database reference to the person who created/recorded this media file (not necessarily the person speaking in the file).
38
38
39
39
dateCreated:
40
40
title: Date Created
41
-
type: string
42
-
description: 'The date and optionally time that this metadata object was originally created. *Not* the date the media file was created. For that, see the `dateRecorded` property.'
43
-
anyOf:
44
-
- format: date
45
-
- format: date-time
41
+
description: A timestamp indicating when this Media metadata object was created. *Not* the time when the media file was created. For that, see the `dateRecorded` property.
46
42
47
43
dateModified:
48
44
title: Date Modified
49
-
type: string
50
-
description: 'The date and optionally time that this metadata was last modified. *Not* the date that the media file was modified.'
51
-
anyOf:
52
-
- format: date
53
-
- format: date-time
45
+
description: A timestamp indicating when this Media metadata object was last modified.
54
46
55
47
dateRecorded:
56
48
title: Date Recorded
57
-
type: string
58
-
description: 'The date and optionally time that this media file was recorded or photographed. Or, if the file is a scan of field notes, the date that the scan was made. *Not* the date that this metadata object was created. For that, see the `dateCreated` property.'
59
-
anyOf:
60
-
- format: date
61
-
- format: date-time
49
+
description: A timestamp indicating when this media file was recorded or photographed. Or, if the file is a scan of field notes, the date that the scan was made. *Not* the date that this metadata object was created. For that, see the `dateCreated` property.
62
50
63
51
endTime:
64
52
title: End Time
65
53
type: number
66
54
minimum: 0.001
67
-
description: 'Within an audiovisual file, the time at which the relevant linguistic data ends. Programs may use this field in different ways. For example, if the camera recorded for five minutes after the speaker finished talking, the `End Time` would be the time 5 minutes before the end of the file. The time stamp should be in seconds and milliseconds, separated by a period, e.g. `12.573`, or `1.234`, or `167.780`, etc.'
55
+
description: Within an audiovisual file, the time at which the relevant linguistic data ends. Programs may use this field in different ways. For example, if the camera recorded for five minutes after the speaker finished talking, the `End Time` would be the time 5 minutes before the end of the file. The time stamp should be in seconds and milliseconds, separated by a period, e.g. `12.573`, or `1.234`, or `167.780`, etc.
68
56
69
57
filename:
70
58
title: Filename
71
59
type: string
72
-
description: 'The filename for this media item without spaces, but including the extension.'
60
+
description: The filename for this media item without spaces, but including the extension.
73
61
74
62
format:
75
63
title: Format (File Extension)
@@ -78,70 +66,70 @@ properties:
78
66
79
67
id:
80
68
title: ID
81
-
description: A unique database identifier for this Media Item
69
+
description: A unique database identifier for this Media Item.
82
70
83
71
key:
84
72
title: Key
85
-
description: 'A unique human-readable identifier (typically a string) for this item, intended for use by software implementers as a dependable, stable way to refer to this language.'
73
+
description: A unique human-readable identifier (typically a string) for this item, intended for use by software implementers as a dependable, stable way to refer to this language.
description: 'The URL of the Media object (*not* the URL to the media file itself) that this file is derived from. Useful if you have created an edited version of a file or converted it to another format.'
119
+
description: The URL of the Media object (*not* the URL to the media file itself) that this file is derived from. Useful if you have created an edited version of a file or converted it to another format.
132
120
133
121
people:
134
122
title: 'Persons in File (Database References: Person)'
135
123
type: array
136
124
uniqueItems: true
137
-
description: 'A list of all the people who appear in this file. Often a list of speakers.'
125
+
description: A list of all the people who appear in this file. Often a list of speakers.
description: The lexical category, part of speech, or morphosyntactic class for this Lexeme, optionally in multiple languages. If the current lexeme is an affix or other grammatical morpheme where a `category` property doesn't always make sense, this property may be omitted.
35
35
36
+
dateCreated:
37
+
title: Date Created
38
+
description: A timestamp indicating when this Sense was created.
39
+
40
+
dateModified:
41
+
title: Date Modified
42
+
description: A timestamp indicating when this Sense was last modified.
0 commit comments