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

Unified Diff: components/test/data/json_schema/enum_schema.json

Issue 39113003: Docserver: Display enum value descriptions in API docs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 2 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: components/test/data/json_schema/enum_schema.json
diff --git a/components/test/data/json_schema/enum_schema.json b/components/test/data/json_schema/enum_schema.json
index ae0c12af05e4082637fd0330b5b6339e64e5a124..9f93cb9eb68e0012e8496a30c66e16a903f5aafc 100644
--- a/components/test/data/json_schema/enum_schema.json
+++ b/components/test/data/json_schema/enum_schema.json
@@ -1,3 +1,3 @@
{
- "enum": ["foo", 42, false]
+ "enum": ["foo", 42, {"name": false}]
not at google - send to devlin 2013/10/28 18:00:25 test a description here too?
Sam McNally 2013/10/29 00:39:02 Done.
}

Powered by Google App Engine
This is Rietveld 408576698