Skip to content

Commit fde9bd6

Browse files
dhimmelbdarcus
authored andcommitted
input: add custom field to json data (#280)
closes #277
1 parent 061466a commit fde9bd6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas/input/csl-data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,15 @@
441441
},
442442
"year-suffix": {
443443
"type": "string"
444+
},
445+
"custom": {
446+
"title": "Custom key-value pairs.",
447+
"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.",
449+
"examples" : [
450+
{"short_id": "xyz", "other-ids": ["alternative-id"]},
451+
{"metadata-double-checked": true}
452+
]
444453
}
445454
},
446455
"required": ["type", "id"],

0 commit comments

Comments
 (0)