oakdex-pokedex 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1039 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "title": "Pokemon",
5
+ "definitions": {
6
+ "pokemon": {
7
+ "type": ["string", "null"],
8
+ "enum": [
9
+ null,
10
+ "Abomasnow",
11
+ "Abra",
12
+ "Absol",
13
+ "Accelgor",
14
+ "Aegislash",
15
+ "Aerodactyl",
16
+ "Aggron",
17
+ "Aipom",
18
+ "Alakazam",
19
+ "Alomomola",
20
+ "Altaria",
21
+ "Amaura",
22
+ "Ambipom",
23
+ "Amoonguss",
24
+ "Ampharos",
25
+ "Anorith",
26
+ "Arbok",
27
+ "Arcanine",
28
+ "Arceus",
29
+ "Archen",
30
+ "Archeops",
31
+ "Ariados",
32
+ "Armaldo",
33
+ "Aromatisse",
34
+ "Aron",
35
+ "Articuno",
36
+ "Audino",
37
+ "Aurorus",
38
+ "Avalugg",
39
+ "Axew",
40
+ "Azelf",
41
+ "Azumarill",
42
+ "Azurill",
43
+ "Bagon",
44
+ "Baltoy",
45
+ "Banette",
46
+ "Barbaracle",
47
+ "Barboach",
48
+ "Basculin",
49
+ "Bastiodon",
50
+ "Bayleef",
51
+ "Beartic",
52
+ "Beautifly",
53
+ "Beedrill",
54
+ "Beheeyem",
55
+ "Beldum",
56
+ "Bellossom",
57
+ "Bellsprout",
58
+ "Bergmite",
59
+ "Bibarel",
60
+ "Bidoof",
61
+ "Binacle",
62
+ "Bisharp",
63
+ "Blacephalon",
64
+ "Blastoise",
65
+ "Blaziken",
66
+ "Blissey",
67
+ "Blitzle",
68
+ "Boldore",
69
+ "Bonsly",
70
+ "Bouffalant",
71
+ "Braixen",
72
+ "Braviary",
73
+ "Breloom",
74
+ "Bronzong",
75
+ "Bronzor",
76
+ "Budew",
77
+ "Buizel",
78
+ "Bulbasaur",
79
+ "Buneary",
80
+ "Bunnelby",
81
+ "Burmy",
82
+ "Butterfree",
83
+ "Cacnea",
84
+ "Cacturne",
85
+ "Camerupt",
86
+ "Carbink",
87
+ "Carnivine",
88
+ "Carracosta",
89
+ "Carvanha",
90
+ "Cascoon",
91
+ "Castform",
92
+ "Caterpie",
93
+ "Celebi",
94
+ "Chandelure",
95
+ "Chansey",
96
+ "Charizard",
97
+ "Charmander",
98
+ "Charmeleon",
99
+ "Chatot",
100
+ "Cherrim",
101
+ "Cherubi",
102
+ "Chesnaught",
103
+ "Chespin",
104
+ "Chikorita",
105
+ "Chimchar",
106
+ "Chimecho",
107
+ "Chinchou",
108
+ "Chingling",
109
+ "Cinccino",
110
+ "Clamperl",
111
+ "Clauncher",
112
+ "Clawitzer",
113
+ "Claydol",
114
+ "Clefable",
115
+ "Clefairy",
116
+ "Cleffa",
117
+ "Cloyster",
118
+ "Cobalion",
119
+ "Cofagrigus",
120
+ "Combee",
121
+ "Combusken",
122
+ "Conkeldurr",
123
+ "Corphish",
124
+ "Corsola",
125
+ "Cottonee",
126
+ "Cradily",
127
+ "Cranidos",
128
+ "Crawdaunt",
129
+ "Cresselia",
130
+ "Croagunk",
131
+ "Crobat",
132
+ "Croconaw",
133
+ "Crustle",
134
+ "Cryogonal",
135
+ "Cubchoo",
136
+ "Cubone",
137
+ "Cyndaquil",
138
+ "Darkrai",
139
+ "Darmanitan",
140
+ "Darumaka",
141
+ "Dedenne",
142
+ "Deerling",
143
+ "Deino",
144
+ "Delcatty",
145
+ "Delibird",
146
+ "Delphox",
147
+ "Deoxys",
148
+ "Dewgong",
149
+ "Dewott",
150
+ "Dialga",
151
+ "Diancie",
152
+ "Diggersby",
153
+ "Diglett",
154
+ "Ditto",
155
+ "Dodrio",
156
+ "Doduo",
157
+ "Donphan",
158
+ "Doublade",
159
+ "Dragalge",
160
+ "Dragonair",
161
+ "Dragonite",
162
+ "Drapion",
163
+ "Dratini",
164
+ "Drifblim",
165
+ "Drifloon",
166
+ "Drilbur",
167
+ "Drowzee",
168
+ "Druddigon",
169
+ "Ducklett",
170
+ "Dugtrio",
171
+ "Dunsparce",
172
+ "Duosion",
173
+ "Durant",
174
+ "Dusclops",
175
+ "Dusknoir",
176
+ "Duskull",
177
+ "Dustox",
178
+ "Dwebble",
179
+ "Eelektrik",
180
+ "Eelektross",
181
+ "Eevee",
182
+ "Ekans",
183
+ "Electabuzz",
184
+ "Electivire",
185
+ "Electrike",
186
+ "Electrode",
187
+ "Elekid",
188
+ "Elgyem",
189
+ "Emboar",
190
+ "Emolga",
191
+ "Empoleon",
192
+ "Entei",
193
+ "Escavalier",
194
+ "Espeon",
195
+ "Espurr",
196
+ "Excadrill",
197
+ "Exeggcute",
198
+ "Exeggutor",
199
+ "Exploud",
200
+ "Farfetch'd",
201
+ "Fearow",
202
+ "Feebas",
203
+ "Fennekin",
204
+ "Feraligatr",
205
+ "Ferroseed",
206
+ "Ferrothorn",
207
+ "Finneon",
208
+ "Flaaffy",
209
+ "Flabébé",
210
+ "Flareon",
211
+ "Fletchinder",
212
+ "Fletchling",
213
+ "Floatzel",
214
+ "Floette",
215
+ "Florges",
216
+ "Flygon",
217
+ "Foongus",
218
+ "Forretress",
219
+ "Fraxure",
220
+ "Frillish",
221
+ "Froakie",
222
+ "Frogadier",
223
+ "Froslass",
224
+ "Furfrou",
225
+ "Furret",
226
+ "Gabite",
227
+ "Gallade",
228
+ "Galvantula",
229
+ "Garbodor",
230
+ "Garchomp",
231
+ "Gardevoir",
232
+ "Gastly",
233
+ "Gastrodon",
234
+ "Genesect",
235
+ "Gengar",
236
+ "Geodude",
237
+ "Gible",
238
+ "Gigalith",
239
+ "Girafarig",
240
+ "Giratina",
241
+ "Glaceon",
242
+ "Glalie",
243
+ "Glameow",
244
+ "Gligar",
245
+ "Gliscor",
246
+ "Gloom",
247
+ "Gogoat",
248
+ "Golbat",
249
+ "Goldeen",
250
+ "Golduck",
251
+ "Golem",
252
+ "Golett",
253
+ "Golurk",
254
+ "Goodra",
255
+ "Goomy",
256
+ "Gorebyss",
257
+ "Gothita",
258
+ "Gothitelle",
259
+ "Gothorita",
260
+ "Gourgeist",
261
+ "Granbull",
262
+ "Graveler",
263
+ "Greninja",
264
+ "Grimer",
265
+ "Grotle",
266
+ "Groudon",
267
+ "Grovyle",
268
+ "Growlithe",
269
+ "Grumpig",
270
+ "Gulpin",
271
+ "Gurdurr",
272
+ "Gyarados",
273
+ "Happiny",
274
+ "Hariyama",
275
+ "Haunter",
276
+ "Hawlucha",
277
+ "Haxorus",
278
+ "Heatmor",
279
+ "Heatran",
280
+ "Heliolisk",
281
+ "Helioptile",
282
+ "Heracross",
283
+ "Herdier",
284
+ "Hippopotas",
285
+ "Hippowdon",
286
+ "Hitmonchan",
287
+ "Hitmonlee",
288
+ "Hitmontop",
289
+ "Ho-Oh",
290
+ "Honchkrow",
291
+ "Honedge",
292
+ "Hoopa",
293
+ "Hoothoot",
294
+ "Hoppip",
295
+ "Horsea",
296
+ "Houndoom",
297
+ "Houndour",
298
+ "Huntail",
299
+ "Hydreigon",
300
+ "Hypno",
301
+ "Igglybuff",
302
+ "Illumise",
303
+ "Infernape",
304
+ "Inkay",
305
+ "Ivysaur",
306
+ "Jellicent",
307
+ "Jigglypuff",
308
+ "Jirachi",
309
+ "Jolteon",
310
+ "Joltik",
311
+ "Jumpluff",
312
+ "Jynx",
313
+ "Kabuto",
314
+ "Kabutops",
315
+ "Kadabra",
316
+ "Kakuna",
317
+ "Kangaskhan",
318
+ "Karrablast",
319
+ "Kecleon",
320
+ "Keldeo",
321
+ "Kingdra",
322
+ "Kingler",
323
+ "Kirlia",
324
+ "Klang",
325
+ "Klefki",
326
+ "Klink",
327
+ "Klinklang",
328
+ "Koffing",
329
+ "Krabby",
330
+ "Kricketot",
331
+ "Kricketune",
332
+ "Krokorok",
333
+ "Krookodile",
334
+ "Kyogre",
335
+ "Kyurem",
336
+ "Lairon",
337
+ "Lampent",
338
+ "Landorus",
339
+ "Lanturn",
340
+ "Lapras",
341
+ "Larvesta",
342
+ "Larvitar",
343
+ "Latias",
344
+ "Latios",
345
+ "Leafeon",
346
+ "Leavanny",
347
+ "Ledian",
348
+ "Ledyba",
349
+ "Lickilicky",
350
+ "Lickitung",
351
+ "Liepard",
352
+ "Lileep",
353
+ "Lilligant",
354
+ "Lillipup",
355
+ "Linoone",
356
+ "Litleo",
357
+ "Litwick",
358
+ "Lombre",
359
+ "Lopunny",
360
+ "Lotad",
361
+ "Loudred",
362
+ "Lucario",
363
+ "Ludicolo",
364
+ "Lugia",
365
+ "Lumineon",
366
+ "Lunatone",
367
+ "Luvdisc",
368
+ "Luxio",
369
+ "Luxray",
370
+ "Machamp",
371
+ "Machoke",
372
+ "Machop",
373
+ "Magby",
374
+ "Magcargo",
375
+ "Magikarp",
376
+ "Magmar",
377
+ "Magmortar",
378
+ "Magnemite",
379
+ "Magneton",
380
+ "Magnezone",
381
+ "Makuhita",
382
+ "Malamar",
383
+ "Mamoswine",
384
+ "Manaphy",
385
+ "Mandibuzz",
386
+ "Manectric",
387
+ "Mankey",
388
+ "Mantine",
389
+ "Mantyke",
390
+ "Maractus",
391
+ "Mareep",
392
+ "Marill",
393
+ "Marowak",
394
+ "Marshtomp",
395
+ "Masquerain",
396
+ "Mawile",
397
+ "Medicham",
398
+ "Meditite",
399
+ "Meganium",
400
+ "Meloetta",
401
+ "Meowstic",
402
+ "Meowth",
403
+ "Mesprit",
404
+ "Metagross",
405
+ "Metang",
406
+ "Metapod",
407
+ "Mew",
408
+ "Mewtwo",
409
+ "Mienfoo",
410
+ "Mienshao",
411
+ "Mightyena",
412
+ "Milotic",
413
+ "Miltank",
414
+ "Mime Jr.",
415
+ "Minccino",
416
+ "Minun",
417
+ "Misdreavus",
418
+ "Mismagius",
419
+ "Moltres",
420
+ "Monferno",
421
+ "Mothim",
422
+ "Mr. Mime",
423
+ "Mudkip",
424
+ "Muk",
425
+ "Munchlax",
426
+ "Munna",
427
+ "Murkrow",
428
+ "Musharna",
429
+ "Natu",
430
+ "Naganadel",
431
+ "Nidoking",
432
+ "Nidoqueen",
433
+ "Nidoran♂",
434
+ "Nidoran♀",
435
+ "Nidorina",
436
+ "Nidorino",
437
+ "Nincada",
438
+ "Ninetales",
439
+ "Ninjask",
440
+ "Noctowl",
441
+ "Noibat",
442
+ "Noivern",
443
+ "Nosepass",
444
+ "Numel",
445
+ "Nuzleaf",
446
+ "Octillery",
447
+ "Oddish",
448
+ "Omanyte",
449
+ "Omastar",
450
+ "Onix",
451
+ "Oshawott",
452
+ "Pachirisu",
453
+ "Palkia",
454
+ "Palpitoad",
455
+ "Pancham",
456
+ "Pangoro",
457
+ "Panpour",
458
+ "Pansage",
459
+ "Pansear",
460
+ "Paras",
461
+ "Parasect",
462
+ "Patrat",
463
+ "Pawniard",
464
+ "Pelipper",
465
+ "Persian",
466
+ "Petilil",
467
+ "Phanpy",
468
+ "Phantump",
469
+ "Phione",
470
+ "Pichu",
471
+ "Pidgeot",
472
+ "Pidgeotto",
473
+ "Pidgey",
474
+ "Pidove",
475
+ "Pignite",
476
+ "Pikachu",
477
+ "Piloswine",
478
+ "Pineco",
479
+ "Pinsir",
480
+ "Piplup",
481
+ "Plusle",
482
+ "Poipole",
483
+ "Politoed",
484
+ "Poliwag",
485
+ "Poliwhirl",
486
+ "Poliwrath",
487
+ "Ponyta",
488
+ "Poochyena",
489
+ "Porygon",
490
+ "Porygon2",
491
+ "Porygon-Z",
492
+ "Primeape",
493
+ "Prinplup",
494
+ "Probopass",
495
+ "Psyduck",
496
+ "Pumpkaboo",
497
+ "Pupitar",
498
+ "Purrloin",
499
+ "Purugly",
500
+ "Pyroar",
501
+ "Quagsire",
502
+ "Quilava",
503
+ "Quilladin",
504
+ "Qwilfish",
505
+ "Raichu",
506
+ "Raikou",
507
+ "Ralts",
508
+ "Rampardos",
509
+ "Rapidash",
510
+ "Raticate",
511
+ "Rattata",
512
+ "Rayquaza",
513
+ "Regice",
514
+ "Regigigas",
515
+ "Regirock",
516
+ "Registeel",
517
+ "Relicanth",
518
+ "Remoraid",
519
+ "Reshiram",
520
+ "Reuniclus",
521
+ "Rhydon",
522
+ "Rhyhorn",
523
+ "Rhyperior",
524
+ "Riolu",
525
+ "Roggenrola",
526
+ "Roselia",
527
+ "Roserade",
528
+ "Rotom",
529
+ "Rufflet",
530
+ "Sableye",
531
+ "Salamence",
532
+ "Samurott",
533
+ "Sandile",
534
+ "Sandshrew",
535
+ "Sandslash",
536
+ "Sawk",
537
+ "Sawsbuck",
538
+ "Scatterbug",
539
+ "Sceptile",
540
+ "Scizor",
541
+ "Scolipede",
542
+ "Scrafty",
543
+ "Scraggy",
544
+ "Scyther",
545
+ "Seadra",
546
+ "Seaking",
547
+ "Sealeo",
548
+ "Seedot",
549
+ "Seel",
550
+ "Seismitoad",
551
+ "Sentret",
552
+ "Serperior",
553
+ "Servine",
554
+ "Seviper",
555
+ "Sewaddle",
556
+ "Sharpedo",
557
+ "Shaymin",
558
+ "Shedinja",
559
+ "Shelgon",
560
+ "Shellder",
561
+ "Shellos",
562
+ "Shelmet",
563
+ "Shieldon",
564
+ "Shiftry",
565
+ "Shinx",
566
+ "Shroomish",
567
+ "Shuckle",
568
+ "Shuppet",
569
+ "Sigilyph",
570
+ "Silcoon",
571
+ "Simipour",
572
+ "Simisage",
573
+ "Simisear",
574
+ "Skarmory",
575
+ "Skiddo",
576
+ "Skiploom",
577
+ "Skitty",
578
+ "Skorupi",
579
+ "Skrelp",
580
+ "Skuntank",
581
+ "Slaking",
582
+ "Slakoth",
583
+ "Sliggoo",
584
+ "Slowbro",
585
+ "Slowking",
586
+ "Slowpoke",
587
+ "Slugma",
588
+ "Slurpuff",
589
+ "Smeargle",
590
+ "Smoochum",
591
+ "Sneasel",
592
+ "Snivy",
593
+ "Snorlax",
594
+ "Snorunt",
595
+ "Snover",
596
+ "Snubbull",
597
+ "Solosis",
598
+ "Solrock",
599
+ "Spearow",
600
+ "Spewpa",
601
+ "Spheal",
602
+ "Spinarak",
603
+ "Spinda",
604
+ "Spiritomb",
605
+ "Spoink",
606
+ "Spritzee",
607
+ "Squirtle",
608
+ "Stakataka",
609
+ "Stantler",
610
+ "Staraptor",
611
+ "Staravia",
612
+ "Starly",
613
+ "Starmie",
614
+ "Staryu",
615
+ "Steelix",
616
+ "Stoutland",
617
+ "Stunfisk",
618
+ "Stunky",
619
+ "Sudowoodo",
620
+ "Suicune",
621
+ "Sunflora",
622
+ "Sunkern",
623
+ "Surskit",
624
+ "Swablu",
625
+ "Swadloon",
626
+ "Swalot",
627
+ "Swampert",
628
+ "Swanna",
629
+ "Swellow",
630
+ "Swinub",
631
+ "Swirlix",
632
+ "Swoobat",
633
+ "Sylveon",
634
+ "Taillow",
635
+ "Talonflame",
636
+ "Tangela",
637
+ "Tangrowth",
638
+ "Tauros",
639
+ "Teddiursa",
640
+ "Tentacool",
641
+ "Tentacruel",
642
+ "Tepig",
643
+ "Terrakion",
644
+ "Throh",
645
+ "Thundurus",
646
+ "Timburr",
647
+ "Tirtouga",
648
+ "Togekiss",
649
+ "Togepi",
650
+ "Togetic",
651
+ "Torchic",
652
+ "Torkoal",
653
+ "Tornadus",
654
+ "Torterra",
655
+ "Totodile",
656
+ "Toxicroak",
657
+ "Tranquill",
658
+ "Trapinch",
659
+ "Treecko",
660
+ "Trevenant",
661
+ "Tropius",
662
+ "Trubbish",
663
+ "Turtwig",
664
+ "Tympole",
665
+ "Tynamo",
666
+ "Typhlosion",
667
+ "Tyranitar",
668
+ "Tyrantrum",
669
+ "Tyrogue",
670
+ "Tyrunt",
671
+ "Umbreon",
672
+ "Unfezant",
673
+ "Unown",
674
+ "Ursaring",
675
+ "Uxie",
676
+ "Vanillish",
677
+ "Vanillite",
678
+ "Vanilluxe",
679
+ "Vaporeon",
680
+ "Venipede",
681
+ "Venomoth",
682
+ "Venonat",
683
+ "Venusaur",
684
+ "Vespiquen",
685
+ "Vibrava",
686
+ "Victini",
687
+ "Victreebel",
688
+ "Vigoroth",
689
+ "Vileplume",
690
+ "Virizion",
691
+ "Vivillon",
692
+ "Volbeat",
693
+ "Volcanion",
694
+ "Volcarona",
695
+ "Voltorb",
696
+ "Vullaby",
697
+ "Vulpix",
698
+ "Wailmer",
699
+ "Wailord",
700
+ "Walrein",
701
+ "Wartortle",
702
+ "Watchog",
703
+ "Weavile",
704
+ "Weedle",
705
+ "Weepinbell",
706
+ "Weezing",
707
+ "Whimsicott",
708
+ "Whirlipede",
709
+ "Whiscash",
710
+ "Whismur",
711
+ "Wigglytuff",
712
+ "Wingull",
713
+ "Wobbuffet",
714
+ "Woobat",
715
+ "Wooper",
716
+ "Wormadam",
717
+ "Wurmple",
718
+ "Wynaut",
719
+ "Xatu",
720
+ "Xerneas",
721
+ "Yamask",
722
+ "Yanma",
723
+ "Yanmega",
724
+ "Yveltal",
725
+ "Zangoose",
726
+ "Zapdos",
727
+ "Zebstrika",
728
+ "Zekrom",
729
+ "Zigzagoon",
730
+ "Zoroark",
731
+ "Zorua",
732
+ "Zubat",
733
+ "Zweilous",
734
+ "Zygarde",
735
+ "Pokémon Sun and Moon",
736
+ "Araquanid",
737
+ "Bewear",
738
+ "Bounsweet",
739
+ "Brionne",
740
+ "Bruxish",
741
+ "Buzzwole",
742
+ "Celesteela",
743
+ "Charjabug",
744
+ "Comfey",
745
+ "Cosmoem",
746
+ "Cosmog",
747
+ "Crabominable",
748
+ "Crabrawler",
749
+ "Cutiefly",
750
+ "Dartrix",
751
+ "Decidueye",
752
+ "Dewpider",
753
+ "Dhelmise",
754
+ "Drampa",
755
+ "Fomantis",
756
+ "Golisopod",
757
+ "Grubbin",
758
+ "Gumshoos",
759
+ "Guzzlord",
760
+ "Hakamo-o",
761
+ "Incineroar",
762
+ "Jangmo-o",
763
+ "Kartana",
764
+ "Komala",
765
+ "Kommo-o",
766
+ "Litten",
767
+ "Lunala",
768
+ "Lurantis",
769
+ "Lycanroc",
770
+ "Magearna",
771
+ "Mareanie",
772
+ "Marshadow",
773
+ "Mimikyu",
774
+ "Minior",
775
+ "Morelull",
776
+ "Mudbray",
777
+ "Mudsdale",
778
+ "Necrozma",
779
+ "Nihilego",
780
+ "Oranguru",
781
+ "Oricorio",
782
+ "Palossand",
783
+ "Passimian",
784
+ "Pheromosa",
785
+ "Pikipek",
786
+ "Popplio",
787
+ "Primarina",
788
+ "Pyukumuku",
789
+ "Ribombee",
790
+ "Rockruff",
791
+ "Rowlet",
792
+ "Salandit",
793
+ "Salazzle",
794
+ "Sandygast",
795
+ "Shiinotic",
796
+ "Silvally",
797
+ "Solgaleo",
798
+ "Steenee",
799
+ "Stufful",
800
+ "Tapu Bulu",
801
+ "Tapu Fini",
802
+ "Tapu Koko",
803
+ "Tapu Lele",
804
+ "Togedemaru",
805
+ "Torracat",
806
+ "Toucannon",
807
+ "Toxapex",
808
+ "Trumbeak",
809
+ "Tsareena",
810
+ "Turtonator",
811
+ "Type: Null",
812
+ "Vikavolt",
813
+ "Wimpod",
814
+ "Wishiwashi",
815
+ "Xurkitree",
816
+ "Yungoos",
817
+ "Zeraora"
818
+ ]
819
+ },
820
+ "translations": {
821
+ "type": "object",
822
+ "properties": {
823
+ "cz": {
824
+ "type": "string"
825
+ },
826
+ "dk": {
827
+ "type": "string"
828
+ },
829
+ "fr": {
830
+ "type": "string"
831
+ },
832
+ "de": {
833
+ "type": "string"
834
+ },
835
+ "gr": {
836
+ "type": "string"
837
+ },
838
+ "it": {
839
+ "type": "string"
840
+ },
841
+ "pl": {
842
+ "type": "string"
843
+ },
844
+ "tr": {
845
+ "type": "string"
846
+ },
847
+ "en": {
848
+ "type": "string"
849
+ },
850
+ "jp": {
851
+ "type": "string"
852
+ },
853
+ "es": {
854
+ "type": "string"
855
+ }
856
+ },
857
+ "required": [
858
+ "en",
859
+ "de"
860
+ ],
861
+ "additionalProperties": false
862
+ }
863
+ },
864
+ "properties": {
865
+ "names": {
866
+ "$ref": "#/definitions/translations"
867
+ },
868
+ "locations": {
869
+ "type": "array",
870
+ "items": {
871
+ "type": "object",
872
+ "properties": {
873
+ "names": {
874
+ "$ref": "#/definitions/translations"
875
+ },
876
+ "pokemon": {
877
+ "type": "array",
878
+ "items": {
879
+ "type": "object",
880
+ "properties": {
881
+ "pokemon": {
882
+ "$ref": "#/definitions/pokemon"
883
+ },
884
+ "variation": {
885
+ "type": "string",
886
+ "enum": [
887
+ "Alolan Rattata",
888
+ "Alolan Meowth",
889
+ "Alolan Grimer",
890
+ "Alolan Diglett",
891
+ "Alolan Raticate",
892
+ "Alolan Geodude",
893
+ "Alolan Graveler",
894
+ "Alolan Vulpix",
895
+ "Alolan Sandshrew",
896
+ "Alolan Exeggutor",
897
+ "Alolan Dugtrio",
898
+ "Alolan Persian",
899
+ "Super Size",
900
+ "Average Size",
901
+ "Large Size",
902
+ "Pa'u Style",
903
+ "Pom-Pom Style",
904
+ "Sensu Style",
905
+ "Midnight Form",
906
+ "Black Kyurem",
907
+ "White Kyurem"
908
+ ]
909
+ },
910
+ "location": {
911
+ "type": "string",
912
+ "enum": [
913
+ "Walking",
914
+ "Surfing",
915
+ "Trade",
916
+ "Gift",
917
+ "Interact",
918
+ "Super Rod",
919
+ "Headbutt",
920
+ "Headbutt (Special)",
921
+ "Honey Tree",
922
+ "Berry Piles",
923
+ "PokeRadar",
924
+ "Good Rod",
925
+ "Old Rod",
926
+ "Rock Smash"
927
+ ]
928
+ },
929
+ "min_level": {
930
+ "type": "integer",
931
+ "minimum": 0,
932
+ "maximum": 100
933
+ },
934
+ "max_level": {
935
+ "type": "integer",
936
+ "minimum": 0,
937
+ "maximum": 100
938
+ },
939
+ "rarity": {
940
+ "type": "string",
941
+ "enum": [
942
+ "common",
943
+ "uncommon",
944
+ "rare",
945
+ "limited"
946
+ ]
947
+ },
948
+ "games": {
949
+ "type": "array",
950
+ "minItems": 1,
951
+ "maxItems": 4,
952
+ "items": {
953
+ "type": "string",
954
+ "enum": [
955
+ "Red",
956
+ "Blue",
957
+ "Yellow",
958
+ "Gold",
959
+ "Silver",
960
+ "Crystal",
961
+ "Ruby",
962
+ "Sapphire",
963
+ "Emerald",
964
+ "FireRed",
965
+ "LeafGreen",
966
+ "Diamond",
967
+ "Pearl",
968
+ "Platinum",
969
+ "HeartGold",
970
+ "SoulSilver",
971
+ "Black",
972
+ "White",
973
+ "Black 2",
974
+ "White 2",
975
+ "X",
976
+ "Y",
977
+ "Omega Ruby",
978
+ "Alpha Sapphire",
979
+ "Sun",
980
+ "Moon",
981
+ "Ultra Sun",
982
+ "Ultra Moon"
983
+ ]
984
+ }
985
+ },
986
+ "day_times": {
987
+ "type": "array",
988
+ "minItems": 1,
989
+ "maxItems": 3,
990
+ "items": {
991
+ "type": "string",
992
+ "enum": [
993
+ "morning",
994
+ "day",
995
+ "night"
996
+ ]
997
+ }
998
+ },
999
+ "seasons": {
1000
+ "type": "array",
1001
+ "minItems": 1,
1002
+ "maxItems": 4,
1003
+ "items": {
1004
+ "type": "string",
1005
+ "enum": [
1006
+ "spring",
1007
+ "summer",
1008
+ "autumn",
1009
+ "winter"
1010
+ ]
1011
+ }
1012
+ }
1013
+ },
1014
+ "required": [
1015
+ "pokemon",
1016
+ "location",
1017
+ "min_level",
1018
+ "max_level",
1019
+ "rarity",
1020
+ "games"
1021
+ ],
1022
+ "additionalProperties": false
1023
+ }
1024
+ }
1025
+ },
1026
+ "required": [
1027
+ "names",
1028
+ "pokemon"
1029
+ ],
1030
+ "additionalProperties": false
1031
+ }
1032
+ }
1033
+ },
1034
+ "required": [
1035
+ "names",
1036
+ "locations"
1037
+ ],
1038
+ "additionalProperties": false
1039
+ }