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