diff --git a/schemas/input/csl-data.json b/schemas/input/csl-data.json index 6f58f742..c26a0beb 100644 --- a/schemas/input/csl-data.json +++ b/schemas/input/csl-data.json @@ -256,6 +256,10 @@ "description": "E.g. rendered as 'Smith, J. [@JSmith]'", "type": "string" }, + "label": { + "title": "Non-default label to use when rendering name", + "description": "Overrides the default label for the role. e.g. to indicate a subtype of a role or specific MARC or CRediT roles." + }, "parse-names": { "type": "boolean" },