mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.2 KiB
4.2 KiB
SignIntoFamilyRequest Schema
https://timelimit.io/SignIntoFamilyRequest
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | SignIntoFamilyRequest.schema.json |
SignIntoFamilyRequest Type
object (SignIntoFamilyRequest)
SignIntoFamilyRequest Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| mailAuthToken | string |
Required | cannot be null | SignIntoFamilyRequest |
| parentDevice | object |
Required | cannot be null | SignIntoFamilyRequest |
| deviceName | string |
Required | cannot be null | SignIntoFamilyRequest |
mailAuthToken
mailAuthToken
- is required
- Type:
string - cannot be null
- defined in: SignIntoFamilyRequest
mailAuthToken Type
string
parentDevice
parentDevice
- is required
- Type:
object(NewDeviceInfo) - cannot be null
- defined in: SignIntoFamilyRequest
parentDevice Type
object (NewDeviceInfo)
deviceName
deviceName
- is required
- Type:
string - cannot be null
- defined in: SignIntoFamilyRequest
deviceName Type
string
SignIntoFamilyRequest Definitions
Definitions group NewDeviceInfo
Reference this group by using
{"$ref":"https://timelimit.io/SignIntoFamilyRequest#/definitions/NewDeviceInfo"}
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| model | string |
Required | cannot be null | SignIntoFamilyRequest |
model
model
- is required
- Type:
string - cannot be null
- defined in: SignIntoFamilyRequest
model Type
string