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