mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-25 17:02:30 +01:00
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"properties": {
|
|
"language": {
|
|
"$ref": "/schema/v2/named_api_resource.json"
|
|
},
|
|
"text": {
|
|
"type": "string"
|
|
},
|
|
"version_group": {
|
|
"$ref": "/schema/v2/named_api_resource.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"language",
|
|
"text",
|
|
"version_group"
|
|
],
|
|
"type": "object"
|
|
} |