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"
}
TypeValue holds arbitrary key/value data returned by providers.
Type identifier that categorises the value.
Associated value.
{
"type": "string",
"value": "string"
}