mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
feat: fix boolean null in registry action data
This commit is contained in:
@@ -566,6 +566,7 @@ basic_type_map = {
|
|||||||
'float32': {'type': 'number'},
|
'float32': {'type': 'number'},
|
||||||
'float64': {'type': 'number'},
|
'float64': {'type': 'number'},
|
||||||
'string': {'type': 'string'},
|
'string': {'type': 'string'},
|
||||||
|
'boolean': {'type': 'boolean'},
|
||||||
'char': {'type': 'string', 'maxLength': 1},
|
'char': {'type': 'string', 'maxLength': 1},
|
||||||
'byte': {'type': 'integer', 'minimum': 0, 'maximum': 255},
|
'byte': {'type': 'integer', 'minimum': 0, 'maximum': 255},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user