Index: tools/json_schema_compiler/cpp_util.py |
diff --git a/tools/json_schema_compiler/cpp_util.py b/tools/json_schema_compiler/cpp_util.py |
index 9c9765c8bbf8cebb285b9457e9a320d6e5085e8a..e58ff1d045da13434beecb8fa470172818d78351 100644 |
--- a/tools/json_schema_compiler/cpp_util.py |
+++ b/tools/json_schema_compiler/cpp_util.py |
@@ -56,6 +56,7 @@ def GetValueType(type_): |
PropertyType.ENUM: 'Value::TYPE_STRING', |
PropertyType.OBJECT: 'Value::TYPE_DICTIONARY', |
PropertyType.ARRAY: 'Value::TYPE_LIST', |
+ PropertyType.BINARY: 'Value::TYPE_BINARY', |
}[type_] |
def GetParameterDeclaration(param, type_): |