maas-schemas

response Schema

http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json

Response schema for profile-devices-put

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Develop No Forbidden Forbidden maas-backend/profile/profile-devices-put/response.json

response Definitions

Property Type Group
deviceIdentifier uuid http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device
devicePushToken string http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device
deviceType enum http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device

deviceIdentifier

deviceIdentifier

deviceIdentifier Type

devicePushToken

Push token - 32 chars in iOS, up to 255 in Android

devicePushToken

devicePushToken Type

string

All instances must conform to this regular expression (test examples here):

^.{32,255}$

deviceType

deviceType

The value of this property must be equal to one of the known values below.

deviceType Known Values

Value Description
iOS  
Android  

response Properties

Property Type Required Nullable Defined by
debug object Optional No response (this schema)
device object Required No response (this schema)

debug

debug

debug Type

object with following properties:

| Property | Type | Required | | ——– | —- | ——– |

device

device

device Type

object with following properties:

Property Type Required
deviceIdentifier   Required
devicePushToken string Required
deviceType string Required

deviceIdentifier

deviceIdentifier

deviceIdentifier Type

devicePushToken

Push token - 32 chars in iOS, up to 255 in Android

devicePushToken

devicePushToken Type

string

All instances must conform to this regular expression (test examples here):

^.{32,255}$

deviceType

deviceType

The value of this property must be equal to one of the known values below.

deviceType Known Values
Value Description
iOS  
Android