Chromium Code Reviews| Index: chrome/common/extensions/api/bookmarks.json |
| diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json |
| index 8d115f47486b368d3c8ae96ee4042881c41c29df..28baa9477c86e8caaa8c7b1a226a4692d927708c 100644 |
| --- a/chrome/common/extensions/api/bookmarks.json |
| +++ b/chrome/common/extensions/api/bookmarks.json |
| @@ -133,7 +133,7 @@ |
| "type": "object", |
| "name": "bookmark", |
| "properties": { |
| - "parentId": {"type": "string"}, |
| + "parentId": {"type": "string", "optional": true}, |
|
Aaron Boodman
2012/02/29 20:56:48
Can you add a description of what this will defaul
cduvall
2012/03/02 01:31:25
Done.
|
| "index": {"type": "integer", "minimum": 0, "optional": true}, |
| "title": {"type": "string", "optional": true}, |
| "url": {"type": "string", "optional": true} |