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

Side by Side Diff: tools/json_schema_compiler/test/enums.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": "enums", 3 "namespace": "enums",
4 "description": "The enums API.",
4 "types": [ 5 "types": [
5 { 6 {
6 "id": "Enumeration", 7 "id": "Enumeration",
7 "type": "string", 8 "type": "string",
8 "enum": ["one", "two", "three"] 9 "enum": ["one", "two", "three"]
9 }, 10 },
10 { 11 {
11 "id": "EnumType", 12 "id": "EnumType",
12 "type": "object", 13 "type": "object",
13 "properties": { 14 "properties": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 { 204 {
204 "name": "secondEnum", 205 "name": "secondEnum",
205 "type": "string", 206 "type": "string",
206 "enum": ["spam", "ham", "eggs"] 207 "enum": ["spam", "ham", "eggs"]
207 } 208 }
208 ] 209 ]
209 } 210 }
210 ] 211 ]
211 } 212 }
212 ] 213 ]
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/dependency_tester.json ('k') | tools/json_schema_compiler/test/font_settings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698