mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-22 07:32:30 +01:00
16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"properties": {
|
|
"game_index": {
|
|
"type": "integer"
|
|
},
|
|
"version": {
|
|
"$ref": "/schema/v2/named_api_resource.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"game_index",
|
|
"version"
|
|
],
|
|
"type": "object"
|
|
} |