pokeapi-api-data/data/schema/v2/effect.json

16 lines
311 B
JSON
Raw Permalink Normal View History

{
"$schema": "http://json-schema.org/schema#",
"properties": {
"effect": {
"type": "string"
},
"language": {
"$ref": "/schema/v2/named_api_resource.json"
}
},
"required": [
"effect",
"language"
],
"type": "object"
}