Skip to main content

TypeValue

TypeValue holds arbitrary key/value data returned by providers.

typetype (string)

Type identifier that categorises the value.

valuevalue (string)

Associated value.

TypeValue
{
"type": "string",
"value": "string"
}