@@ -3,84 +3,84 @@ $id: https://schemas.digitallinguistics.io/Bundle.json
33title : Bundle
44type : object
55
6- description : ' A bundle is a collection of related resources and derivative products. For example, many field linguists will put all the data from a single day or elicitation session in one bundle, as well as any transcriptions and pedagogical outputs derived from that session. Bundles are purely organizational objects containing references to the included items.'
6+ description : A bundle is a collection of related resources and derivative products. For example, many field linguists will put all the data from a single day or elicitation session in one bundle, as well as any transcriptions and pedagogical outputs derived from that session. Bundles are purely organizational objects containing references to the included items.
77
88properties :
99
1010 abbreviation :
1111 title : Abbreviation
1212 $ref : https://schemas.digitallinguistics.io/MultiLangString.json
13- description : ' An abbreviation for this Bundle.'
13+ description : An abbreviation for this Bundle.
1414
1515 access :
1616 title : Access Conditions
1717 $ref : https://schemas.digitallinguistics.io/Access.json
18- description : ' An object describing the access conditions for this Bundle.'
18+ description : An object describing the access conditions for this Bundle.
1919
2020 dateCreated :
2121 title : Date Created
2222 type : string
23- description : ' The date and optionally time that this Bundle was created.'
23+ description : The date and optionally time that this Bundle was created.
2424 oneOf :
2525 - format : date
2626 - format : date-time
2727
2828 dateModified :
2929 title : Date Modified
3030 type : string
31- description : ' The date and optionally time that this Bundle was last modified.'
31+ description : The date and optionally time that this Bundle was last modified.
3232 oneOf :
3333 - format : date
3434 - format : date-time
3535
3636 id :
3737 title : ID
38- description : ' A unique database identifier for this Bundle.'
38+ description : A unique database identifier for this Bundle.
3939
4040 key :
4141 title : Key
42- description : ' A unique human-readable identifier for this Bundle.'
42+ description : A unique human-readable identifier for this Bundle.
4343
4444 link :
4545 title : Link
4646 type : string
4747 format : uri
48- description : ' A URL where a presentational format for this resource may be viewed.'
48+ description : A URL where a presentational format for this resource may be viewed.
4949
5050 locations :
5151 title : ' Locations (Database References: Location)'
5252 type : array
5353 uniqueItems : true
54- description : ' Locations included in this bundle (usually locations that were visited during a day or session).'
54+ description : Locations included in this bundle (usually locations that were visited during a day or session).
5555 items :
5656 $ref : https://schemas.digitallinguistics.io/DatabaseReference.json
5757
5858 media :
5959 title : ' Media (Database References: Media)'
6060 type : array
6161 uniqueItems : true
62- description : ' Media files included in this bundle.'
62+ description : Media files included in this bundle.
6363 items :
6464 $ref : https://schemas.digitallinguistics.io/DatabaseReference.json
6565
6666 name :
6767 title : Name
6868 $ref : https://schemas.digitallinguistics.io/MultiLangString.json
69- description : ' A name for this bundle, optionally in multiple languages.'
69+ description : A name for this bundle, optionally in multiple languages.
7070
7171 notes :
7272 title : Notes
7373 type : array
7474 uniqueItems : true
75- description : ' Notes about this bundle.'
75+ description : Notes about this bundle.
7676 items :
7777 $ref : https://schemas.digitallinguistics.io/Note.json
7878
7979 people :
8080 title : People / Contributors
8181 type : array
8282 uniqueItems : true
83- description : ' People associated with this bundle.'
83+ description : People associated with this bundle.
8484 items :
8585
8686 title : Contributor
@@ -95,22 +95,22 @@ properties:
9595 title : Roles
9696 type : array
9797 uniqueItems : true
98- description : ' An array of the roles that this person has in the context of the associated data, e.g. `speaker` or `transcriber`.'
98+ description : An array of the roles that this person has in the context of the associated data, e.g. `speaker` or `transcriber`.
9999 items :
100100 title : Role
101101 type : string
102- description : ' The role that this person has in the context of the associated data, e.g. `speaker` or `transcriber`.'
102+ description : The role that this person has in the context of the associated data, e.g. `speaker` or `transcriber`.
103103
104104 tags :
105105 title : Tags
106106 $ref : https://schemas.digitallinguistics.io/Tags.json
107- description : ' A set of tags for this Bundle.'
107+ description : A set of tags for this Bundle.
108108
109109 texts :
110110 title : ' Texts (Database References: Text)'
111111 type : array
112112 uniqueItems : true
113- description : ' Texts included in this bundle.'
113+ description : Texts included in this bundle.
114114 items :
115115 $ref : https://schemas.digitallinguistics.io/DatabaseReference.json
116116
@@ -119,7 +119,7 @@ properties:
119119 type : string
120120 const : Bundle
121121 readOnly : true
122- description : ' The type of object. Must be set to `Bundle`.'
122+ description : The type of object. Must be set to `Bundle`.
123123
124124 url :
125125 title : URL
@@ -144,7 +144,7 @@ examples:
144144 - key : Helen2
145145 name : Gusii Recording Day 1
146146 notes :
147- - text : " Texts recorded during the first day of recording in Kisii Town and Kennedy's farm."
147+ - text : Texts recorded during the first day of recording in Kisii Town and Kennedy's farm.
148148 people :
149149 - key : HM
150150 name : Helen Makana
@@ -154,7 +154,7 @@ examples:
154154 - key : Omoiseke
155155 name : Ómoíséké ósokérété chíséese
156156 - key : Okando
157- name : " Ókandó n'Ókanyang'aú"
157+ name : Ókandó n'Ókanyang'aú
158158 type : Bundle
159159 url : https://api.digitallinguistics.io/bundles/aea46597-be32-48bb-9cb5-862c4f0a2081.json
160160
0 commit comments