| Index: tools/json_schema_compiler/test/objects_movable_json.json
|
| diff --git a/tools/json_schema_compiler/test/objects_movable_json.json b/tools/json_schema_compiler/test/objects_movable_json.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..282fb2ad3e365f895de71d677c9cb3f2c2a6e293
|
| --- /dev/null
|
| +++ b/tools/json_schema_compiler/test/objects_movable_json.json
|
| @@ -0,0 +1,18 @@
|
| +[
|
| + {
|
| + "namespace": "objectsMovableJson",
|
| + "description": "Movable objects in a json file",
|
| + "compiler_options": {"use_movable_types": true},
|
| + "types": [{
|
| + "id": "movableWithAdditional",
|
| + "type": "object",
|
| + "properties": {
|
| + "str": {"type": "string"}
|
| + },
|
| + "additionalProperties": {
|
| + "type": "array",
|
| + "items": {"type": "string"}
|
| + }
|
| + }]
|
| + }
|
| +]
|
|
|