Files
pixiv_downloader/doc/api/auth/status.json
2022-10-19 04:40:05 +00:00

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