mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
28 lines
No EOL
571 B
JSON
28 lines
No EOL
571 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"deviceAuthToken": {
|
|
"type": "string"
|
|
},
|
|
"parentUserId": {
|
|
"type": "string"
|
|
},
|
|
"parentPasswordSecondHash": {
|
|
"type": "string"
|
|
},
|
|
"deviceId": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"deviceAuthToken",
|
|
"deviceId",
|
|
"parentPasswordSecondHash",
|
|
"parentUserId"
|
|
],
|
|
"definitions": {},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "RemoveDeviceRequest",
|
|
"$id": "https://timelimit.io/RemoveDeviceRequest"
|
|
} |