fix param json api definition
This commit is contained in:
parent
e312e36ab9
commit
807f9ccd5c
@ -60,9 +60,9 @@ void JsonTypes::init()
|
|||||||
// ParamType
|
// ParamType
|
||||||
s_paramType.insert("name", "string");
|
s_paramType.insert("name", "string");
|
||||||
s_paramType.insert("type", basicTypesRef());
|
s_paramType.insert("type", basicTypesRef());
|
||||||
s_paramType.insert("o:defaultValue", "value");
|
s_paramType.insert("o:defaultValue", "variant");
|
||||||
s_paramType.insert("o:minValue", "value");
|
s_paramType.insert("o:minValue", "variant");
|
||||||
s_paramType.insert("o:maxValue", "value");
|
s_paramType.insert("o:maxValue", "variant");
|
||||||
|
|
||||||
// Param
|
// Param
|
||||||
s_param.insert("name", "string");
|
s_param.insert("name", "string");
|
||||||
|
|||||||
Reference in New Issue
Block a user