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

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

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase 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": "ref_test", 3 "namespace": "ref_test",
4 "description": "An API for testing ref's",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "type1", 7 "id": "type1",
7 "type": "string", 8 "type": "string",
8 "description": "$ref:type2" 9 "description": "$ref:type2"
9 }, 10 },
10 { 11 {
11 "id": "type2", 12 "id": "type2",
12 "type": "string", 13 "type": "string",
13 "description": "A $ref:type3, or $ref:type2" 14 "description": "A $ref:type3, or $ref:type2"
(...skipping 29 matching lines...) Expand all
43 "parameters": [ 44 "parameters": [
44 { 45 {
45 "name": "param1", 46 "name": "param1",
46 "type": "string" 47 "type": "string"
47 } 48 }
48 ] 49 ]
49 } 50 }
50 ] 51 ]
51 } 52 }
52 ] 53 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698