Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 { | |
| 3 "namespace": "objectsMovableJson", | |
| 4 "description": "Movable objects in a json file", | |
| 5 "compiler_options": {"use_movable_types": true}, | |
| 6 "types": [{ | |
| 7 "id": "movableWithAdditional", | |
| 8 "type": "object", | |
| 9 "properties": { | |
| 10 "str": {"type": "string"} | |
| 11 }, | |
| 12 "additionalProperties": { | |
| 13 "type": "array", | |
| 14 "items": {"type": "string"} | |
| 15 } | |
| 16 }] | |
| 17 } | |
| 18 ] | |
| OLD | NEW |