citation-style-language / schema

Citation Style Language schema

Home Page:https://citationstyles.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about variables "categories" and "printing"

zepinglee opened this issue · comments

I find two variables in v1.0 branch are not documented in the spec. Are they mistyped? It seems that printing should be printing-number.

"categories": {
"type": "array",
"items": {
"type": "string"
}
},

"printing": {
"type": ["string", "number"]
},

BTW, variable license is in csl-variables.rnc but not included in csl-data.json.