DynamicProperty

DynamicProperty
DynamicProperty

The DynamicProperty data object type represents a name-value pair.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "val": {
        "_typeName": "string"
    }
}
string
name
Required

Path to the property.

val
Required

The base of all data types. Not to be used directly on the wire.