Files
pixiv_downloader/doc/api/version.zh_CN.json
2022-09-19 07:34:47 +00:00

19 lines
491 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/lifegpc/pixiv_downloader/raw/master/doc/api/version.zh_CN.json",
"title": "服务器版本",
"type": "object",
"properties": {
"version": {
"description": "API版本",
"type": "array",
"items": {
"type": "integer"
},
"maxItems": 4,
"minItems": 4
}
},
"required": ["version"]
}