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: src/schema_instopts.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
"type": "object",
54
54
"properties": {
55
55
"category": {
56
-
"description": "The category of the conference",
56
+
"description": "the category of the conference. Omit to create an uncategorized venue",
57
57
"type": "string"
58
58
},
59
59
"url": {
@@ -80,7 +80,7 @@
80
80
"type": "string"
81
81
},
82
82
"date": {
83
-
"description": "the date when the conference is held. Also used in sorting. When missing, the year and month from the bib entry is used.",
83
+
"description": "the date when the conference is held. Also used in sorting. When omitted, the date defined in the venue is used. When both are missing, the year and month from the bib entry is used.",
0 commit comments