HelloWorld Modeling Rule

Modeling Rule

HelloWorld

Details

IDHelloWorld_ModelingRule
From Version8.15.0

Schema

hello_world_raw

Field Type Array?
created_time datetime
custom_details string
description string
id int
protocol string
t_port int
{
    "hello_world_raw": {
        "id": {
            "type": "int",
            "is_array": false
        },
        "t_port": {
            "type": "int",
            "is_array": false
        },
        "protocol": {
            "type": "string",
            "is_array": false
        },
        "description": {
            "type": "string",
            "is_array": false
        },
        "custom_details": {
            "type": "string",
            "is_array": false
        },
        "created_time": {
            "type": "datetime",
            "is_array": false
        }
    }
}