TypedDataObject
TypedDataObject
JSON Example
{
"data": "string",
"type": "string"
}
string
data
Required
The data as a string. Can be JSON, YAML, Base64 encoded JSON, or Base64 encoded YAML.
string
type
Optional
Constraints:
default: YAML
The type of the data.
Possible values are :
JSON,
YAML,
BASE64_JSON,
BASE64_YAML,