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

Side by Side Diff: tools/json_schema_compiler/test/crossref.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": "crossref", 3 "namespace": "crossref",
4 "description": "The crossref API.",
4 "dependencies": ["simple_api"], 5 "dependencies": ["simple_api"],
5 "types": [ 6 "types": [
6 { 7 {
7 "id": "CrossrefType", 8 "id": "CrossrefType",
8 "type": "object", 9 "type": "object",
9 "properties": { 10 "properties": {
10 "testType": { 11 "testType": {
11 "$ref": "simple_api.TestType", 12 "$ref": "simple_api.TestType",
12 "optional": true 13 "optional": true
13 } 14 }
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 { 67 {
67 "name": "callback", 68 "name": "callback",
68 "type": "function", 69 "type": "function",
69 "parameters": [] 70 "parameters": []
70 } 71 }
71 ] 72 ]
72 } 73 }
73 ] 74 ]
74 } 75 }
75 ] 76 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/content_settings.json ('k') | tools/json_schema_compiler/test/dependency_tester.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698