mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 13:59:08 +08:00
14 lines
474 B
JSON
14 lines
474 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "https://github.com/lifegpc/pixiv_downloader/raw/master/doc/api/auth/status.json",
|
|
"title": "Server authentication status",
|
|
"type": "object",
|
|
"properties": {
|
|
"has_root_user": {
|
|
"type": "boolean",
|
|
"description": "Whether to have the root user, if not, the authentication is not needed when adding new user."
|
|
}
|
|
},
|
|
"required": ["has_root_user"]
|
|
}
|