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

Side by Side Diff: tools/json_schema_compiler/test/objects.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": "objects", 3 "namespace": "objects",
4 "description": "The objects API.",
4 "types": [], 5 "types": [],
5 "functions": [ 6 "functions": [
6 { 7 {
7 "name": "objectParam", 8 "name": "objectParam",
8 "type": "function", 9 "type": "function",
9 "description": "Takes an object.", 10 "description": "Takes an object.",
10 "parameters": [ 11 "parameters": [
11 { 12 {
12 "name": "info", 13 "name": "info",
13 "type": "object", 14 "type": "object",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "enum": ["spam", "ham", "eggs"] 131 "enum": ["spam", "ham", "eggs"]
131 } 132 }
132 } 133 }
133 } 134 }
134 ] 135 ]
135 } 136 }
136 ] 137 ]
137 } 138 }
138 ] 139 ]
139 140
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/json_schema_test.json ('k') | tools/json_schema_compiler/test/permissions.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698