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

Side by Side Diff: tools/json_schema_compiler/test/forbidden.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": "forbidden", 3 "namespace": "forbidden",
4 "description": "The forbidden API... Careful.",
4 "types": [], 5 "types": [],
5 "functions": [ 6 "functions": [
6 { 7 {
7 "name": "forbiddenParameters", 8 "name": "forbiddenParameters",
8 "type": "function", 9 "type": "function",
9 "description": "Don't do this at home. Accepts multiple choices and valu es", 10 "description": "Don't do this at home. Accepts multiple choices and valu es",
10 "parameters": [ 11 "parameters": [
11 { 12 {
12 "name": "firstChoice", 13 "name": "firstChoice",
13 "description": "a choice between int and array", 14 "description": "a choice between int and array",
(...skipping 16 matching lines...) Expand all
30 }, 31 },
31 { 32 {
32 "type": "string", 33 "type": "string",
33 "name": "secondString" 34 "name": "secondString"
34 } 35 }
35 ] 36 ]
36 } 37 }
37 ] 38 ]
38 } 39 }
39 ] 40 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/font_settings.json ('k') | tools/json_schema_compiler/test/functions_as_parameters.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698