PokéAPI · JSON Structure

Pokeapi Flavor Text Structure

PokéAPI FlavorText structure.

Type: object Properties: 3
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

FlavorText is a JSON Structure definition published by PokéAPI, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

flavor_text language version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-flavor-text-structure.json",
  "name": "FlavorText",
  "description": "Pok\u00e9API FlavorText structure.",
  "type": "object",
  "properties": {
    "flavor_text": {
      "type": "string"
    },
    "language": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Slug name of the referenced resource."
        },
        "url": {
          "type": "string",
          "format": "uri",
          "description": "Canonical URL of the referenced resource."
        }
      }
    },
    "version": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Slug name of the referenced resource."
        },
        "url": {
          "type": "string",
          "format": "uri",
          "description": "Canonical URL of the referenced resource."
        }
      }
    }
  }
}