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

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

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase Created 7 years, 6 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": "callbacks", 3 "namespace": "callbacks",
4 "description": "The callbacks API.",
4 "types": [], 5 "types": [],
5 "functions": [ 6 "functions": [
6 { 7 {
7 "name": "returnsNothing", 8 "name": "returnsNothing",
8 "type": "function", 9 "type": "function",
9 "description": "Takes nothing. Returns nothing.", 10 "description": "Takes nothing. Returns nothing.",
10 "parameters": [ 11 "parameters": [
11 { 12 {
12 "name": "callback", 13 "name": "callback",
13 "type": "function", 14 "type": "function",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 63 }
63 } 64 }
64 ] 65 ]
65 } 66 }
66 ] 67 ]
67 } 68 }
68 ] 69 ]
69 } 70 }
70 ] 71 ]
71 72
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/browser_action.json ('k') | tools/json_schema_compiler/test/choices.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698