PokéAPI · JSON Structure

Pokeapi Name Structure

PokéAPI Name structure.

Type: object Properties: 2
PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Properties

name language

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-name-structure.json",
  "name": "Name",
  "description": "Pok\u00e9API Name structure.",
  "type": "object",
  "properties": {
    "name": {
      "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."
        }
      }
    }
  }
}