mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 22:08:54 +08:00
19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "https://github.com/lifegpc/pixiv_downloader/raw/master/doc/api/version.json",
|
|
"title": "Server version",
|
|
"type": "object",
|
|
"properties": {
|
|
"version": {
|
|
"description": "The version of the API",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"maxItems": 4,
|
|
"minItems": 4
|
|
}
|
|
},
|
|
"required": ["version"]
|
|
}
|