Home
PokéAPI
Pokeapi Version Group Structure
Pokeapi Version Group Structure
PokéAPI VersionGroup structure.
Type: object
Properties: 8
Pokémon Open Source Open Data REST GraphQL Gaming Educational Community
VersionGroup is a JSON Structure definition published by PokéAPI, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
name
order
generation
move_learn_methods
pokedexes
regions
versions
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-version-group-structure.json",
"name": "VersionGroup",
"description": "Pok\u00e9API VersionGroup structure.",
"type": "object",
"properties": {
"id": {
"type": "int32"
},
"name": {
"type": "string"
},
"order": {
"type": "int32"
},
"generation": {
"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."
}
}
},
"move_learn_methods": {
"type": "array",
"items": {
"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."
}
}
}
},
"pokedexes": {
"type": "array",
"items": {
"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."
}
}
}
},
"regions": {
"type": "array",
"items": {
"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."
}
}
}
},
"versions": {
"type": "array",
"items": {
"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."
}
}
}
}
}
}