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