Skip to content

Commit 520945d

Browse files
update boolean to bool
1 parent 43ad9be commit 520945d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsms/knowledge/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"Radio": "string",
4646
"Select": "string",
4747
"File": "string",
48-
"Checkbox": "boolean",
48+
"Checkbox": "bool",
4949
"Knowledge item": "anyURI",
5050
"VocabularyTerm": "anyURI",
5151
}

0 commit comments

Comments
 (0)