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