mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
24 lines
No EOL
458 B
JSON
24 lines
No EOL
458 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"enum": [
|
|
"any",
|
|
"googleplay"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"deviceAuthToken": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"deviceAuthToken",
|
|
"type"
|
|
],
|
|
"definitions": {},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "CanDoPurchaseRequest",
|
|
"$id": "https://timelimit.io/CanDoPurchaseRequest"
|
|
} |