Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: tools/json_schema_compiler/test/objects_movable_json.json

Issue 1829753003: [Extensions] Update generated code to support movable additional properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Antony's Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/objects_movable.idl ('k') | tools/json_schema_compiler/test/objects_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698