Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCComputerLostResponse
Description
Properties
No properties.
Dual message (request/response)
Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCComputerLostRequest |
Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCComputerLostResponse",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCComputerLostResponse"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCComputerLostResponse": {
"$ref": "#/definitions/RPCComputerLostResponse"
}
},
"definitions": {
"RPCComputerLostResponse": {
"additionalProperties": false,
"type": "object"
}
}
}