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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work Created 8 years, 5 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 "functions": [ 2 "functions": [
3 { 3 {
4 "callback": { 4 "callback": {
5 "simple_type": { 5 "simple_type": {
6 "simple_type": "function" 6 "simple_type": "function"
7 }, 7 },
8 "last": true, 8 "last": true,
9 "name": "callback", 9 "name": "callback",
10 "parameters": [ 10 "parameters": [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 }, 118 },
119 "optional": false, 119 "optional": false,
120 "properties": [], 120 "properties": [],
121 "description": null 121 "description": null
122 }, 122 },
123 "optional": true, 123 "optional": true,
124 "properties": [], 124 "properties": [],
125 "description": "List of TypeA." 125 "description": "List of TypeA."
126 } 126 }
127 ], 127 ],
128 "events": [],
128 "functions": [], 129 "functions": [],
129 "name": "TypeA", 130 "name": "TypeA",
130 "simple_type": "object", 131 "simple_type": "object",
131 "description": "A cool thing." 132 "description": "A cool thing."
132 } 133 }
133 ], 134 ],
134 "events": [ 135 "events": [
135 { 136 {
136 "name": "EventA", 137 "name": "EventA",
137 "parameters": [ 138 "parameters": [
(...skipping 15 matching lines...) Expand all
153 }, 154 },
154 "optional": false, 155 "optional": false,
155 "properties": [], 156 "properties": [],
156 "description": null 157 "description": null
157 } 158 }
158 ], 159 ],
159 "description": "A cool event." 160 "description": "A cool event."
160 } 161 }
161 ] 162 ]
162 } 163 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/type.html ('k') | tools/json_schema_compiler/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698