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