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

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