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

Side by Side Diff: chrome/common/extensions/api/experimental_accessibility.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 // 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": "experimental.accessibility", 7 "namespace": "experimental.accessibility",
8 "compiler_options": { 8 "compiler_options": {
9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap i.h" 9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap i.h"
10 }, 10 },
11 "nodoc": true, 11 "description": "none",
12 "types": [ 12 "types": [
13 { 13 {
14 "id": "CheckboxDetails", 14 "id": "CheckboxDetails",
15 "type": "object", 15 "type": "object",
16 "description": "Information about the state of a checkbox.", 16 "description": "Information about the state of a checkbox.",
17 "properties": { 17 "properties": {
18 "isChecked": {"type": "boolean", "description": "True if this checkbox is checked."} 18 "isChecked": {"type": "boolean", "description": "True if this checkbox is checked."}
19 } 19 }
20 }, 20 },
21 { 21 {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 { 290 {
291 "$ref": "AccessibilityObject", 291 "$ref": "AccessibilityObject",
292 "name": "menu", 292 "name": "menu",
293 "description": "Information about the menu that was closed." 293 "description": "Information about the menu that was closed."
294 } 294 }
295 ] 295 ]
296 } 296 }
297 ] 297 ]
298 } 298 }
299 ] 299 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/events.json ('k') | chrome/common/extensions/api/experimental_discovery.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698