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

Side by Side Diff: chrome/common/extensions/api/app.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
« no previous file with comments | « chrome/common/extensions/api/alarms.idl ('k') | chrome/common/extensions/api/app_runtime.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "app", 7 "namespace": "app",
8 "nodoc": true, 8 "description": "none",
9 "types": [ 9 "types": [
10 { 10 {
11 "id": "Details", 11 "id": "Details",
12 "description": "TODO (it's a manifest)", 12 "description": "TODO (it's a manifest)",
13 "type": "object", 13 "type": "object",
14 "properties": {}, 14 "properties": {},
15 "additionalProperties": { "type": "any" } 15 "additionalProperties": { "type": "any" }
16 }, 16 },
17 { 17 {
18 "id": "DOMWindow", 18 "id": "DOMWindow",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 ], 85 ],
86 "returns": { 86 "returns": {
87 "$ref": "Details", 87 "$ref": "Details",
88 "optional": true, 88 "optional": true,
89 "description": "TODO" 89 "description": "TODO"
90 } 90 }
91 } 91 }
92 ] 92 ]
93 } 93 }
94 ] 94 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/alarms.idl ('k') | chrome/common/extensions/api/app_runtime.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698