MetadataData
MetadataData groups metadata values associated with an access.
accessaccess (string)
Access identifier used in the metadata source.
data object[]
Arbitrary data entries supplied by the provider.
Array [
typetype (string)
Type identifier that categorises the value.
valuevalue (string)
Associated value.
]
MetadataData
{
"access": "string",
"data": [
{
"type": "string",
"value": "string"
}
]
}