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

28 lines
No EOL
599 B
JSON

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