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

Side by Side Diff: tools/json_schema_compiler/test/additional_properties.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
« no previous file with comments | « tools/json_schema_compiler/model.py ('k') | tools/json_schema_compiler/test/any.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "additionalProperties", 3 "namespace": "additionalProperties",
4 "description": "The additionalProperties API.",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "AdditionalPropertiesType", 7 "id": "AdditionalPropertiesType",
7 "type": "object", 8 "type": "object",
8 "properties": { 9 "properties": {
9 "string": { 10 "string": {
10 "type": "string", 11 "type": "string",
11 "description": "Some string." 12 "description": "Some string."
12 } 13 }
13 }, 14 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 47 },
47 "additionalProperties": {"type": "string"} 48 "additionalProperties": {"type": "string"}
48 } 49 }
49 ] 50 ]
50 } 51 }
51 ] 52 ]
52 } 53 }
53 ] 54 ]
54 } 55 }
55 ] 56 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/model.py ('k') | tools/json_schema_compiler/test/any.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698