{ "type": "object", "properties": { "deviceAuthToken": { "type": "string" }, "mailAuthTokens": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "deviceAuthToken", "mailAuthTokens" ], "definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "title": "DeleteAccountPayload", "$id": "https://timelimit.io/DeleteAccountPayload" }