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

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

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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
1 [ 1 [
2 { 2 {
3 "namespace": "additionalProperties", 3 "namespace": "additionalProperties",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "AdditionalPropertiesType", 6 "id": "AdditionalPropertiesType",
7 "type": "object", 7 "type": "object",
8 "properties": { 8 "properties": {
9 "string": { 9 "string": {
10 "type": "string", 10 "type": "string",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 46 },
47 "additionalProperties": {"type": "any"} 47 "additionalProperties": {"type": "any"}
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 ] 55 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698