customProperty
Namespace: | (default namespace) |
XML Schema: | api.xsd |
CustomProperty is user-defined property in the custom table.
JSON Example
{
"name" : [property name],
"value" : [property value]
}
JSON
property | type | description |
---|---|---|
name | name (string) | Name of the custom property |
value | value (string) | Value of the custom property |