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