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

Unified Diff: chrome/common/extensions/api/chromeosInfoPrivate.json

Issue 9491002: json_schema_compiler: any, additionalProperties, functions on types (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add any in arrays to util.h Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/devtools_api.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/chromeosInfoPrivate.json
diff --git a/chrome/common/extensions/api/chromeosInfoPrivate.json b/chrome/common/extensions/api/chromeosInfoPrivate.json
index 3df1b5ac915469d526f1654e32bf3564b3b0d584..0779ef7255992ffcbd858743345845c7a7259c6a 100644
--- a/chrome/common/extensions/api/chromeosInfoPrivate.json
+++ b/chrome/common/extensions/api/chromeosInfoPrivate.json
@@ -11,7 +11,8 @@
{
"name": "propertyNames",
"type": "array",
- "item": {"type": "string", "description": "Chrome OS Property name"}
+ "description": "Chrome OS Property names",
+ "items": {"type": "string"}
},
{
"name": "callback",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/devtools_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698