pokeapi-api-data/data/schema/v2/named_api_resource.json
2019-01-31 19:38:31 +01:00

16 lines
269 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"properties": {
"name": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
}