Era.Common.NetworkMessage.ConsoleApi.Symbols.RpcGetAllEnumTypesLabelsResponse_IdLabelPair

Description

Enum ID and its associated label.

Properties

Name JsonSchemaType Description
id enum of Era.Common.DataDefinition.Symbol.SymbolDefinition_SymbolDataType ID of the enum.
label reference to Era.Common.DataDefinition.Common.Label label for the value, containing localized text and ID of the enum value.

Dual message (request/response)

No dual message.

Referenced in messages

Era.Common.NetworkMessage.ConsoleApi.Symbols.RpcGetAllEnumTypesLabelsResponse

JsonSchema

{
    "title": "Era.Common.NetworkMessage.ConsoleApi.Symbols.RpcGetAllEnumTypesLabelsResponse_IdLabelPair",
    "type": "object",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "required": [
        "Era.Common.NetworkMessage.ConsoleApi.Symbols.RpcGetAllEnumTypesLabelsResponse_IdLabelPair"
    ],
    "properties": {
        "Era.Common.NetworkMessage.ConsoleApi.Symbols.RpcGetAllEnumTypesLabelsResponse_IdLabelPair": {
            "$ref": "#/definitions/RpcGetAllEnumTypesLabelsResponse_IdLabelPair"
        }
    },
    "definitions": {
        "RpcGetAllEnumTypesLabelsResponse_IdLabelPair": {
            "additionalProperties": false,
            "required": [
                "label"
            ],
            "type": "object",
            "properties": {
                "id": {
                    "enum": [
                        99,
                        0,
                        1,
                        2,
                        3,
                        4,
                        56,
                        57,
                        58,
                        52,
                        53,
                        80,
                        6,
                        70,
                        26,
                        27,
                        28,
                        29,
                        30,
                        31,
                        98,
                        111,
                        127,
                        7,
                        8,
                        9,
                        115,
                        116,
                        119,
                        10,
                        11,
                        12,
                        13,
                        14,
                        15,
                        16,
                        17,
                        18,
                        19,
                        20,
                        21,
                        23,
                        24,
                        25,
                        54,
                        89,
                        122,
                        90,
                        95,
                        112,
                        120,
                        50,
                        51,
                        92,
                        81,
                        82,
                        83,
                        84,
                        55,
                        60,
                        64,
                        65,
                        66,
                        61,
                        63,
                        59,
                        62,
                        67,
                        68,
                        69,
                        71,
                        72,
                        73,
                        74,
                        76,
                        75,
                        77,
                        78,
                        86,
                        87,
                        88,
                        91,
                        93,
                        94,
                        106,
                        96,
                        97,
                        101,
                        102,
                        103,
                        104,
                        105,
                        114,
                        117,
                        118,
                        121,
                        123,
                        124,
                        125,
                        126,
                        128,
                        129,
                        130,
                        131,
                        132,
                        133,
                        134,
                        135,
                        136,
                        137,
                        138,
                        139,
                        140,
                        141,
                        142,
                        143,
                        144,
                        145,
                        146,
                        147,
                        148,
                        149,
                        150,
                        151,
                        152,
                        153,
                        107,
                        108,
                        109,
                        110,
                        113,
                        85,
                        100
                    ]
                },
                "label": {
                    "$ref": "Era.Common.DataDefinition.Common.Label#/definitions/Label"
                }
            }
        }
    }
}