| Index: tools/json_schema_compiler/test/additional_properties.json
|
| diff --git a/tools/json_schema_compiler/test/additional_properties.json b/tools/json_schema_compiler/test/additional_properties.json
|
| index 03bbef8ea5fc84a6dffbcf7c2ed3c59cb7d491bd..0b800d94c2c705b0ad0c90a80fe87e750a5abfd4 100644
|
| --- a/tools/json_schema_compiler/test/additional_properties.json
|
| +++ b/tools/json_schema_compiler/test/additional_properties.json
|
| @@ -44,7 +44,7 @@
|
| "properties": {
|
| "integer": {"type": "integer"}
|
| },
|
| - "additionalProperties": {"type": "any"}
|
| + "additionalProperties": {"type": "string"}
|
| }
|
| ]
|
| }
|
|
|