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

Side by Side Diff: tools/json_schema_compiler/test/any.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": "any", 3 "namespace": "any",
4 "description": "The any API.",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "AnyType", 7 "id": "AnyType",
7 "type": "object", 8 "type": "object",
8 "properties": { 9 "properties": {
9 "any": { 10 "any": {
10 "type": "any", 11 "type": "any",
11 "description": "Any way you want it, that's the way you need it." 12 "description": "Any way you want it, that's the way you need it."
12 } 13 }
13 } 14 }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "parameters": [ 59 "parameters": [
59 { 60 {
60 "name": "something", 61 "name": "something",
61 "type": "any" 62 "type": "any"
62 } 63 }
63 ] 64 ]
64 } 65 }
65 ] 66 ]
66 } 67 }
67 ] 68 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/additional_properties.json ('k') | tools/json_schema_compiler/test/arrays.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698