timelimit-server/docs/schema/CanDoPurchaseRequest.schema.json
2020-04-27 02:00:00 +02:00

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