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

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

Issue 10694062: Refactor chrome.bookmarks API to use JSON schema compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync with trunk Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/bookmarks.json
diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
index eb19bd47ce7f1bac8dd3dcd41547dc4f94d795a9..ec193526212764b9958258b8eee502357b338a10 100644
--- a/chrome/common/extensions/api/bookmarks.json
+++ b/chrome/common/extensions/api/bookmarks.json
@@ -170,7 +170,7 @@
"type": "object",
"name": "destination",
"properties": {
- "parentId": {"type": "string"},
+ "parentId": {"type": "string", "optional": true},
"index": {"type": "integer", "minimum": 0, "optional": true}
}
},

Powered by Google App Engine
This is Rietveld 408576698