24 lines
679 B
JSON
24 lines
679 B
JSON
{
|
|
"$id": "SuspendDevice",
|
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
"title": "SuspendDevice",
|
|
"description": "See http://10.0.10.242/w/tricore_architecture/server_interface/registration_commands/suspenddevice/",
|
|
"type": "object",
|
|
"required": [
|
|
"DeviceToken",
|
|
"SessionToken",
|
|
"DeviceIndex"
|
|
],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"DeviceToken": {
|
|
"$ref": "defs/#/definitions/DeviceToken"
|
|
},
|
|
"SessionToken": {
|
|
"$ref": "defs/#/definitions/SessionToken"
|
|
},
|
|
"DeviceIndex": {
|
|
"$ref": "defs/#/definitions/uuid"
|
|
}
|
|
}
|
|
} |