addedOutput schema / properties / also_matched_sets
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / by_lang
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / by_rarity
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "display_cjk": {
+ "type": "string"
+ },
+ "display_en": {
+ "type": "string"
+ },
+ "n": {
+ "type": "number"
+ },
+ "tier": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / guidance
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / query_type
Added value: +{
+ "description": "\"set\" = the query was a bare set code/name; read guidance and use the set-level tools",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / character
Added value: +{
+ "description": "featured Pokémon (EN species name)",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / dex_no
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / results / items / properties / finish_tiers
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / gen_code
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / rarity
Added value: +{
+ "description": "bilingual rarity bucket label",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / rarity_display
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "cjk": {
+ "description": "JP-style code (SR/RR/…)",
+ "type": "string"
+ },
+ "en": {
+ "description": "official EN star-system name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / results / items / properties / rarity_tier
Added value: +{
+ "description": "machine rarity tier key (double_rare/ultra_rare/…)",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / set_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / variant
Added value: +{
+ "description": "variant slot (master_ball/poke_ball/…); absent for normal",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / variant_kind
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / sample
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "card_id": {
+ "type": "string"
+ },
+ "card_number": {
+ "type": "string"
+ },
+ "card_url": {
+ "type": "string"
+ },
+ "character": {
+ "description": "featured Pokémon (EN species name)",
+ "type": "string"
+ },
+ "dex_no": {
+ "type": "number"
+ },
+ "finish_tiers": {
+ "type": "string"
+ },
+ "gen_code": {
+ "type": "string"
+ },
+ "image_url": {
+ "type": "string"
+ },
+ "lang": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "rarity": {
+ "description": "bilingual rarity bucket label",
+ "type": "string"
+ },
+ "rarity_display": {
+ "additionalProperties": true,
+ "properties": {
+ "cjk": {
+ "description": "JP-style code (SR/RR/…)",
+ "type": "string"
+ },
+ "en": {
+ "description": "official EN star-system name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "rarity_tier": {
+ "description": "machine rarity tier key (double_rare/ultra_rare/…)",
+ "type": "string"
+ },
+ "set_code": {
+ "type": "string"
+ },
+ "set_name": {
+ "type": "string"
+ },
+ "variant": {
+ "description": "variant slot (master_ball/poke_ball/…); absent for normal",
+ "type": "string"
+ },
+ "variant_kind": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / set_code
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / total_cards
Added value: +{
+ "type": "number"
+}