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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/test_json/test_file.json

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up 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 [ 1 [
2 { 2 {
3 "namespace": "tester", 3 "namespace": "tester",
4 "description": "a test api",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "TypeA", 7 "id": "TypeA",
7 "type": "object", 8 "type": "object",
8 "description": "A cool thing.", 9 "description": "A cool thing.",
9 "properties": { 10 "properties": {
10 "a": {"nodoc": true, "type": "string", "minimum": 0}, 11 "a": {"nodoc": true, "type": "string", "minimum": 0},
11 "b": {"type": "array", "optional": true, "items": {"$ref": "TypeA"}, " description": "List of TypeA."} 12 "b": {"type": "array", "optional": true, "items": {"$ref": "TypeA"}, " description": "List of TypeA."}
12 } 13 }
13 } 14 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 {"type": "string", "name": "id"}, 46 {"type": "string", "name": "id"},
46 { 47 {
47 "$ref": "TypeA", 48 "$ref": "TypeA",
48 "name": "bookmark" 49 "name": "bookmark"
49 } 50 }
50 ] 51 ]
51 } 52 }
52 ] 53 ]
53 } 54 }
54 ] 55 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698