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

Side by Side Diff: tools/json_schema_compiler/test/choices.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": "choices", 3 "namespace": "choices",
4 "description": "The choices API.",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "ChoiceType", 7 "id": "ChoiceType",
7 "type": "object", 8 "type": "object",
8 "properties": { 9 "properties": {
9 "integers": { 10 "integers": {
10 "choices": [ 11 "choices": [
11 {"type": "array", "items": {"type": "integer", "minimum": 0}}, 12 {"type": "array", "items": {"type": "integer", "minimum": 0}},
12 {"type": "integer"} 13 {"type": "integer"}
13 ] 14 ]
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 142 ],
142 "description": "Some integers." 143 "description": "Some integers."
143 } 144 }
144 ] 145 ]
145 } 146 }
146 ] 147 ]
147 } 148 }
148 ] 149 ]
149 } 150 }
150 ] 151 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/callbacks.json ('k') | tools/json_schema_compiler/test/content_settings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698