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