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

Side by Side Diff: components/test/data/json_schema/reference_types.json

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « components/test/data/json_schema/enum_schema.json ('k') | no next file » | 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 "id": "MinLengthString", 3 "id": "MinLengthString",
4 "type": "string", 4 "type": "string",
5 "minLength": 2 5 "minLength": 2
6 }, 6 },
7 { 7 {
8 "id": "Max10Int", 8 "id": "Max10Int",
9 "type": "integer", 9 "type": "integer",
10 "maximum": 10 10 "maximum": 10
11 } 11 }
12 ] 12 ]
OLDNEW
« no previous file with comments | « components/test/data/json_schema/enum_schema.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698