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
Copy file name to clipboardExpand all lines: schemas/input/csl-data.json
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
"entry",
25
25
"entry-dictionary",
26
26
"entry-encyclopedia",
27
+
"event",
27
28
"figure",
28
29
"graphic",
29
30
"hearing",
@@ -118,12 +119,6 @@
118
119
"$ref": "#/definitions/name-variable"
119
120
}
120
121
},
121
-
"creator": {
122
-
"type": "array",
123
-
"items": {
124
-
"$ref": "#/definitions/name-variable"
125
-
}
126
-
},
127
122
"curator": {
128
123
"type": "array",
129
124
"items": {
@@ -220,13 +215,19 @@
220
215
"$ref": "#/definitions/name-variable"
221
216
}
222
217
},
223
-
"translator": {
218
+
"script-writer": {
219
+
"type": "array",
220
+
"items": {
221
+
"$ref": "#/definitions/name-variable"
222
+
}
223
+
},
224
+
"series-creator": {
224
225
"type": "array",
225
226
"items": {
226
227
"$ref": "#/definitions/name-variable"
227
228
}
228
229
},
229
-
"writer": {
230
+
"translator": {
230
231
"type": "array",
231
232
"items": {
232
233
"$ref": "#/definitions/name-variable"
@@ -308,6 +309,10 @@
308
309
"type": ["string", "number"]
309
310
},
310
311
"event": {
312
+
"description": "[Deprecated - use 'event-title' instead. Will be removed in 1.1]",
313
+
"type": "string"
314
+
},
315
+
"event-title": {
311
316
"type": "string"
312
317
},
313
318
"event-place": {
@@ -445,7 +450,7 @@
445
450
"custom": {
446
451
"title": "Custom key-value pairs.",
447
452
"type": "object",
448
-
"description": "Used to store additional information that does not have a designated CSL JSON field. The note field can also store additional information, but custom is preferred for storing key-value pairs.",
453
+
"description": "Used to store additional information that does not have a designated CSL JSON field. The custom field is preferred over the note field for storing custom data, particularly for storing key-value pairs, as the note field is used for user annotations in annotated bibliography styles.",
0 commit comments