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