We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373da35 commit d4636c5Copy full SHA for d4636c5
tools/schemacode/src/bidsschematools/render/utils.py
@@ -221,6 +221,7 @@ def get_link(string):
221
"object": "https://www.json.org/json-en.html",
222
"integer": "https://www.w3schools.com/js/js_json_datatypes.asp",
223
"boolean": "https://www.w3schools.com/js/js_json_datatypes.asp",
224
+ "null": "https://www.w3schools.com/js/js_json_datatypes.asp"
225
}
226
# Allow plurals (e.g., strings -> links to string)
227
dtype = string[:-1] if string[-1] == "s" else string
0 commit comments