Index: tools/json_schema_compiler/test/arrays.json |
diff --git a/tools/json_schema_compiler/test/array.json b/tools/json_schema_compiler/test/arrays.json |
similarity index 96% |
rename from tools/json_schema_compiler/test/array.json |
rename to tools/json_schema_compiler/test/arrays.json |
index 64dbdd44ff95d9ce39d0c95e20ffa02af78da646..26e5825bc820484af722e2c651bd1ce7944f8fa3 100644 |
--- a/tools/json_schema_compiler/test/array.json |
+++ b/tools/json_schema_compiler/test/arrays.json |
@@ -1,6 +1,6 @@ |
[ |
{ |
- "namespace": "array", |
+ "namespace": "arrays", |
"types": [ |
{ |
"id": "BasicArrayType", |
@@ -48,7 +48,7 @@ |
{ |
"name": "integerArray", |
"type": "function", |
- "description": "Increments the given integer.", |
+ "description": "Takes some integers.", |
"parameters": [ |
{ |
"name": "nums", |