pokeapi-api-data/data/schema/v2/effect.json
2024-05-31 04:00:01 +02:00

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"
}